![]() AFAICT the getproc* stanzas in progs/{fp,trivial}/Makefile are completely unused at this point, so just remove them. |
hace 15 años | |
---|---|---|
.. | ||
.gitignore | Ignore more generated files in progs/ | hace 18 años |
Makefile | Fix up more stale references to gl(X)_API.xml which have moved. | hace 15 años |
README | Thomas Sondergaard's API tracer | hace 19 años |
gltrace | Thomas Sondergaard's API tracer | hace 19 años |
gltrace.py | Thomas Sondergaard's API tracer | hace 19 años |
gltrace_support.cc | fix gltrace (bug 16691) | hace 17 años |
gltrace_support.h | Thomas Sondergaard's API tracer | hace 19 años |
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)