summaryrefslogtreecommitdiffstats
path: root/progs/tests/drawbuffers.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-311/+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: fixes for drawbuffers.cBrian Paul2009-10-291-5/+12
| | | | | Disable GL_DEPTH_TEST before glDrawPixels. Show color buffer 0 on left, color buffer 1 on right.
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-1/+2
| | | | Also get mingw cross-compilation of these tests working
* fix glReadPixels parameters to handle odd-width windows correctlyBrian2007-06-081-2/+3
|
* disable shader program before glDrawPixelsBrian2007-06-081-6/+10
|
* Test the GL_ARB_draw_buffers extension.Brian2007-03-111-0/+298
Also requires GL_EXT_framebuffer_object and OpenGL 2.0 (for GLSL).