aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/fbotexture.c
Commit message (Collapse)AuthorAgeFilesLines
* demos: revamp the fbotexture.c demoBrian Paul2009-01-221-113/+268
| | | | | | | | 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
* demos: updated FBO tests to for ARB_fboBrian Paul2009-01-221-2/+5
| | | | Some things that were not errors in EXT_fbo are errors in ARB_fbo.
* added culling/wireframe optionsBrian2007-12-041-13/+57
|
* destroy window during cleanupBrian2007-03-061-1/+4
|
* lots of debug options, some code movement, etcBrian Paul2006-03-241-30/+92
|
* added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objectsBrian Paul2005-11-161-22/+76
|
* glBindTexture changes, new assertionsBrian Paul2005-10-041-2/+6
|
* fix glIsRender/FramebufferEXT() assertionsBrian Paul2005-10-041-3/+3
|
* added some glGetRenderbufferParameterivEXT calls, printfs, and assertionsBrian Paul2005-07-011-0/+8
|
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+276
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.