mesa/progs/tools/trace
Dan Nicholson b182613f2f Ignore more generated files in progs/
Many of the directories in progs/ were missing .gitignore files or
were tracking generated files. This patch is basically the process of
running `make' in each directory and then finding the untracked files
with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing
files were also sorted.
2007-10-10 08:44:58 -06:00
..
.gitignore Ignore more generated files in progs/ 2007-10-10 08:44:58 -06:00
Makefile add support for LDFLAGS env var 2007-09-28 18:42:21 -06:00
README Thomas Sondergaard's API tracer 2006-06-02 14:50:28 +00:00
gltrace Thomas Sondergaard's API tracer 2006-06-02 14:50:28 +00:00
gltrace.py Thomas Sondergaard's API tracer 2006-06-02 14:50:28 +00:00
gltrace_support.cc s/unsigned int/size_t/ (bug 10135) 2007-03-01 07:42:42 -07:00
gltrace_support.h Thomas Sondergaard's API tracer 2006-06-02 14:50:28 +00:00

README

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)