Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-03 | progs/tests: re-enable exit() call | Brian Paul | 1 | -1/+1 | |
See bug 21267. | |||||
2009-03-10 | progs/tests: compile with SCons and glew | Keith Whitwell | 1 | -1/+2 | |
Also get mingw cross-compilation of these tests working | |||||
2009-01-22 | demos: updated FBO tests to for ARB_fbo | Brian Paul | 1 | -5/+10 | |
Some things that were not errors in EXT_fbo are errors in ARB_fbo. | |||||
2007-03-06 | destroy window during cleanup | Brian | 1 | -1/+3 | |
2005-11-17 | delete frame/renderbuffers upon exit, more error checking | Brian Paul | 1 | -15/+29 | |
2005-10-08 | Query/print GL_RED/GREEN/BLUE/ALPHA_BITS | Brian Paul | 1 | -0/+8 | |
2005-10-04 | fix glIsRender/FramebufferEXT() assertions | Brian Paul | 1 | -2/+2 | |
2005-07-01 | added some glGetRenderbufferParameterivEXT calls, printfs, and assertions | Brian Paul | 1 | -0/+13 | |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 1 | -0/+169 | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. |