Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-17 | demos: move glewInit() after glutCreateWindow() | Brian Paul | |
Fixes segfault. See bug 21239. However, the demo doesn't render properly. Probably a bug in the GL_ATI_fragment_shader code. | |||
2009-03-10 | progs/tests: compile with SCons and glew | Keith Whitwell | |
Also get mingw cross-compilation of these tests working | |||
2006-01-30 | updated comment | Brian Paul | |
2005-09-10 | new demo to test ATI_fragment_shader, not very creative but easy to know if ↵ | Roland Scheidegger | |
the output is correct. Tests single-pass as well as multi-pass shader (only pseudo-dependant texture read though, and no tex coord swizzling), src and dst modifiers, src repetition, dst masks, constants, and some ops. Both shaders run succesfully with swrast as well as r200. |