Clone of mesa.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Guillaume Melquiond 4430597bf6 fix gltrace (bug 16691) 17 роки тому
..
.gitignore Ignore more generated files in progs/ 18 роки тому
Makefile Always pass -linker and -ldflags to mklib for shared libraries 17 роки тому
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 fix gltrace (bug 16691) 17 роки тому
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)