summaryrefslogtreecommitdiffstats
path: root/progs/tests/crossbar.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-237/+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.
* progs/tests: Remove meaningless const qualifiers.Vinson Lee2010-05-011-1/+1
|
* progs/tests: Silence compiler warnings.Vinson Lee2009-12-201-1/+1
|
* prog/tests: Fix MSVC build.Vinson Lee2009-12-031-1/+1
| | | | (cherry picked from commit 96fd13c1a024e3b6c0b1c44394c67c772e52b9c9)
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-0/+2
| | | | Also get mingw cross-compilation of these tests working
* Simple test for ARB_texture_env_crossbar functionality. It is difficultIan Romanick2005-02-091-0/+235
to come up with good tests for this functionality that don't require either ATI_texture_env_combine3 or NV_texture_env_combine4.