summaryrefslogtreecommitdiffstats
path: root/progs/tests/api_speed.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-143/+0
| | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
* Prevent possible divide-by-zero error.Ian Romanick2004-12-011-4/+7
|
* Minor code simplification.Ian Romanick2004-05-261-12/+9
|
* Test the overhead of just calling a GL function. The Python script isIan Romanick2004-05-261-0/+143
a helper to do multiple runs and compare the results.