Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-14 | progs/demos: print more info in fbotexture.c | Brian Paul | |
2009-06-12 | demos: update fbotexture.c to use EXT or ARB functions exclusively | Brian 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-18 | demos: move tests/fbotexture.c to demos/ | Brian Paul | |