summaryrefslogtreecommitdiff
path: root/progs/tests/fbotest1.c
AgeCommit message (Collapse)Author
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.