Clone of mesa.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Dan Nicholson 0a4867bd4c Ignore more generated files in progs/ 18 anos atrás
..
.gitignore Ignore more generated files in progs/ 17 anos atrás
Makefile Thomas Sondergaard's API tracer 19 anos atrás
README Thomas Sondergaard's API tracer 19 anos atrás
gltrace Thomas Sondergaard's API tracer 19 anos atrás
gltrace.py Thomas Sondergaard's API tracer 19 anos atrás
gltrace_support.cc s/unsigned int/size_t/ (bug 10135) 18 anos atrás
gltrace_support.h Thomas Sondergaard's API tracer 19 anos atrás

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)