Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-10 | progs/tests: compile with SCons and glew | Keith Whitwell | |
Also get mingw cross-compilation of these tests working | |||
2009-02-27 | demos: fix renderbuffer leak in progs/tests/fbotexture.c | Brian Paul | |
And re-org some code for testing purposes. | |||
2009-01-22 | demos: revamp the fbotexture.c demo | Brian Paul | |
Try making depth/stencil attachments in two different ways. Check for GL errors and GL_FRAMEBUFFER_UNSUPPORTED status to be more robust. Reorganize the code a bit to make it clearer. Added -arb option to test GL_ARB_fbo's mixed renderbuffer sizes Added -ds2 option to test GL_DEPTH_STENCIL_ATTACHMENT | |||
2009-01-22 | demos: updated FBO tests to for ARB_fbo | Brian Paul | |
Some things that were not errors in EXT_fbo are errors in ARB_fbo. | |||
2007-12-04 | added culling/wireframe options | Brian | |
2007-03-06 | destroy window during cleanup | Brian | |
2006-03-24 | lots of debug options, some code movement, etc | Brian Paul | |
2005-11-16 | added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objects | Brian Paul | |
2005-10-04 | glBindTexture changes, new assertions | Brian Paul | |
2005-10-04 | fix glIsRender/FramebufferEXT() assertions | Brian Paul | |
2005-07-01 | added some glGetRenderbufferParameterivEXT calls, printfs, and assertions | Brian Paul | |
2005-05-04 | Major 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. |