summaryrefslogtreecommitdiff
path: root/progs/demos/fbotexture.c
AgeCommit message (Collapse)Author
2010-01-11progs/demos: Remove unnecessary header from fbotexture.c.Vinson Lee
2009-08-14progs/demos: print more info in fbotexture.cBrian Paul
2009-06-12demos: update fbotexture.c to use EXT or ARB functions exclusivelyBrian Paul
When the -arb option is specified we use GL_ARB_framebuffer_object intead of GL_EXT_framebuffer_object. For some vendors' OpenGL it's important to call the ARB entrypoints instead of the EXT entrypoints to get correct behaviour. Use some function pointer tricks to do this (instead of GLEW).
2009-04-18demos: move tests/fbotexture.c to demos/Brian Paul