summaryrefslogtreecommitdiff
path: root/dist/Mesa/progs/tools/trace/README
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-11-02 14:58:25 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-11-02 14:58:25 +0000
commit78cfb72064e6a0b3b5e88a56f985e42f1c31ea52 (patch)
treeb54961590a1113ba7ea90a2950a7eb9ee598b863 /dist/Mesa/progs/tools/trace/README
parent06c59f238a103cd89fe3be7ac2ff5e6f5144a2ec (diff)
Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others.
Diffstat (limited to 'dist/Mesa/progs/tools/trace/README')
-rw-r--r--dist/Mesa/progs/tools/trace/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/dist/Mesa/progs/tools/trace/README b/dist/Mesa/progs/tools/trace/README
new file mode 100644
index 000000000..7b3141dba
--- /dev/null
+++ b/dist/Mesa/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)