summaryrefslogtreecommitdiff
path: root/progs/tests/fbotest1.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
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.
2010-03-09progs/tests: use first color attachementMaciej Cencora
Allows the tests to be run on drivers that supports only one color attachement.
2009-09-03progs/tests: re-enable exit() callBrian Paul
See bug 21267.
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
Also get mingw cross-compilation of these tests working
2009-01-22demos: updated FBO tests to for ARB_fboBrian Paul
Some things that were not errors in EXT_fbo are errors in ARB_fbo.
2007-03-06destroy window during cleanupBrian
2005-11-17delete frame/renderbuffers upon exit, more error checkingBrian Paul
2005-10-08Query/print GL_RED/GREEN/BLUE/ALPHA_BITSBrian Paul
2005-10-04fix glIsRender/FramebufferEXT() assertionsBrian Paul
2005-07-01added some glGetRenderbufferParameterivEXT calls, printfs, and assertionsBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.