summaryrefslogtreecommitdiffstats
path: root/progs/tests/fbotexture.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.