summaryrefslogtreecommitdiff
path: root/progs/tools/trace/README
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-06-04 17:26:28 -0600
committerBrian Paul <brianp@vmware.com>2010-06-04 17:47:53 -0600
commit700717175ce6e217dfe61ecc6a4b8adafab88b75 (patch)
tree6aef1aae684f6e7a80d6869833e669054d029bd8 /progs/tools/trace/README
parentca10ab6da88e6cf10396697539eb1116fd91c4a6 (diff)
progs: remove tools subdir
Diffstat (limited to 'progs/tools/trace/README')
-rw-r--r--progs/tools/trace/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/progs/tools/trace/README b/progs/tools/trace/README
deleted file mode 100644
index 7b3141dba7..0000000000
--- a/progs/tools/trace/README
+++ /dev/null
@@ -1,23 +0,0 @@
-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)