Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Nicholson 0a4867bd4c Ignore more generated files in progs/ преди 18 години
..
.gitignore Ignore more generated files in progs/ преди 17 години
Makefile Thomas Sondergaard's API tracer преди 19 години
README Thomas Sondergaard's API tracer преди 19 години
gltrace Thomas Sondergaard's API tracer преди 19 години
gltrace.py Thomas Sondergaard's API tracer преди 19 години
gltrace_support.cc s/unsigned int/size_t/ (bug 10135) преди 18 години
gltrace_support.h Thomas Sondergaard's API tracer преди 19 години

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)