summaryrefslogtreecommitdiff
path: root/progs/tests/fbotest2.c
AgeCommit message (Collapse)Author
2010-03-10progs/tests: add additional FBO->window test paths (disabled)Brian Paul
Normally use glReadPixels + glDrawPixels. Add debug/test paths for glCopyPixels and glBlitFramebuffer.
2010-03-09progs/tests: use first color attachementMaciej Cencora
Allows the tests to be run on drivers that supports only one color attachement.
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
Also get mingw cross-compilation of these tests working
2008-05-08disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested ↵Brian Paul
depth buffer
2007-03-25destroy window on exitBrian
2006-04-14another simple FBO testBrian Paul