Files
third_party_mesa3d/progs/tools/trace
Guillaume Melquiond 4430597bf6 fix gltrace (bug 16691)
2008-07-14 08:50:36 -06:00
..
2006-06-02 14:50:28 +00:00
2008-07-14 08:50:36 -06:00
2006-06-02 14:50:28 +00:00
2006-06-02 14:50:28 +00:00

NAME
	gltrace - trace opengl calls

SYNOPSIS
	gltrace [OPTION] command [arg ...]

DESCRIPTION
        -h              help (this text)
        -c              log gl calls
        -t              time stamp log entries
        -e              check for and log errors. errors occurring between
                        glBegin() and glEnd() are checked at glEnd()
        -v              verbose. Shows configuration settings passed to
                        gltrace.so
        -l LOGFILE      logfile. Default is stderr

PROBLEMS
	Not all OpenGL extensions are known and traced by gltrace. Extension 
	functions not initialized using glXGetProcAddress(ARB) will not be 
	traced.

AUTHOR
	Thomas Sondergaard (ts_news1 'at' sondergaard.cc)