Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -377/+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: Fix build. | Vinson Lee | 2009-12-22 | 1 | -1/+0 |
| | | | | (cherry picked from commit 1bf2d78b11ac9ac71f4be285963db1af9f09fe73) | ||||
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | 2009-12-21 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac progs/demos/morph3d.c progs/demos/textures.c progs/glsl/shtest.c progs/glsl/texaaline.c progs/tests/packedpixels.c progs/xdemos/corender.c src/mesa/main/version.h | ||||
| * | progs/tests: Silence compiler warnings. | Vinson Lee | 2009-12-20 | 1 | -2/+2 |
| | | |||||
* | | progs/tests: silence warning | Brian Paul | 2009-11-16 | 1 | -1/+1 |
| | | |||||
* | | progs/tests: add alpha/blend testing to packedpixels.c | Brian Paul | 2009-11-11 | 1 | -22/+42 |
| | | |||||
* | | progs/tests: debug code for getting texture component sizes | Brian Paul | 2009-11-03 | 1 | -2/+5 |
| | | |||||
* | | progs/tests: additional debug code | Brian Paul | 2009-10-01 | 1 | -0/+10 |
|/ | |||||
* | progs/tests: compile with SCons and glew | Keith Whitwell | 2009-03-10 | 1 | -0/+2 |
| | | | | Also get mingw cross-compilation of these tests working | ||||
* | print 2D vs 3D in window | Brian Paul | 2006-05-19 | 1 | -2/+9 |
| | |||||
* | also test 3D textures (press '2'/'3' to toggle) | Brian Paul | 2006-05-19 | 1 | -8/+44 |
| | |||||
* | Test program to check that packed pixel formats work as expected with | Brian Paul | 2004-05-12 | 1 | -0/+299 |
glTexImage2D. All samples should appear identical. Press f/F to change the internal texture format. |