diff options
Diffstat (limited to 'progs/tools/trace/README')
-rw-r--r-- | progs/tools/trace/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/progs/tools/trace/README b/progs/tools/trace/README new file mode 100644 index 00000000000..7b3141dba7b --- /dev/null +++ b/progs/tools/trace/README @@ -0,0 +1,23 @@ +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) |