Merge commit 'origin/gallium-0.1'
[mesa.git] / progs / tools / trace / README
1 NAME
2 gltrace - trace opengl calls
3
4 SYNOPSIS
5 gltrace [OPTION] command [arg ...]
6
7 DESCRIPTION
8 -h help (this text)
9 -c log gl calls
10 -t time stamp log entries
11 -e check for and log errors. errors occurring between
12 glBegin() and glEnd() are checked at glEnd()
13 -v verbose. Shows configuration settings passed to
14 gltrace.so
15 -l LOGFILE logfile. Default is stderr
16
17 PROBLEMS
18 Not all OpenGL extensions are known and traced by gltrace. Extension
19 functions not initialized using glXGetProcAddress(ARB) will not be
20 traced.
21
22 AUTHOR
23 Thomas Sondergaard (ts_news1 'at' sondergaard.cc)