Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | demos: use glEnable/DisableClientState() for vertex arrays | Brian Paul | 2009-07-08 | 1 | -2/+2 |
| | |||||
* | progs/tests: compile with SCons and glew | Keith Whitwell | 2009-03-10 | 1 | -1/+2 |
| | | | | Also get mingw cross-compilation of these tests working | ||||
* | tests: new mapvbo.c test | Brian Paul | 2009-02-27 | 1 | -0/+138 |
Test that glDrawArrays() isn't effected by a glMapBuffer()/modify/glUnmapBuffer() immediately afterward. |