Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Guillaume Melquiond 4430597bf6 fix gltrace (bug 16691) il y a 17 ans
..
.gitignore Ignore more generated files in progs/ il y a 18 ans
Makefile Always pass -linker and -ldflags to mklib for shared libraries il y a 17 ans
README Thomas Sondergaard's API tracer il y a 19 ans
gltrace Thomas Sondergaard's API tracer il y a 19 ans
gltrace.py Thomas Sondergaard's API tracer il y a 19 ans
gltrace_support.cc fix gltrace (bug 16691) il y a 17 ans
gltrace_support.h Thomas Sondergaard's API tracer il y a 19 ans

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)