summaryrefslogtreecommitdiffstats
path: root/progs/tests/fbotest1.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/tests: use first color attachementMaciej Cencora2010-03-091-3/+3
| | | | Allows the tests to be run on drivers that supports only one color attachement.
* progs/tests: re-enable exit() callBrian Paul2009-09-031-1/+1
| | | | See bug 21267.
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-1/+2
| | | | Also get mingw cross-compilation of these tests working
* demos: updated FBO tests to for ARB_fboBrian Paul2009-01-221-5/+10
| | | | Some things that were not errors in EXT_fbo are errors in ARB_fbo.
* destroy window during cleanupBrian2007-03-061-1/+3
|
* delete frame/renderbuffers upon exit, more error checkingBrian Paul2005-11-171-15/+29
|
* Query/print GL_RED/GREEN/BLUE/ALPHA_BITSBrian Paul2005-10-081-0/+8
|
* fix glIsRender/FramebufferEXT() assertionsBrian Paul2005-10-041-2/+2
|
* added some glGetRenderbufferParameterivEXT calls, printfs, and assertionsBrian Paul2005-07-011-0/+13
|
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+169
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.