docs: detect when too many varying vars are used
[mesa/nouveau-pmpeg.git] / progs / tools / trace / README
blob7b3141dba7ba1cd6e81135bc14af852fdbfcbb92
1 NAME
2         gltrace - trace opengl calls
4 SYNOPSIS
5         gltrace [OPTION] command [arg ...]
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
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.
22 AUTHOR
23         Thomas Sondergaard (ts_news1 'at' sondergaard.cc)