xenocara/dist/Mesa/progs/tools/trace
2010-05-22 20:05:42 +00:00
..
gltrace Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others. 2008-11-02 14:58:06 +00:00
gltrace_support.cc Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others. 2008-11-02 14:58:06 +00:00
gltrace_support.h Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others. 2008-11-02 14:58:06 +00:00
gltrace.py Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others. 2008-11-02 14:58:06 +00:00
Makefile Update to Mesa 7.8.1. Tested on a bulk ports build by naddy@, ok oga@. 2010-05-22 20:05:42 +00:00
README Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others. 2008-11-02 14:58:06 +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)