Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -517/+0 |
| | | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about. | ||||
* | progs/tests: use glDrawRangeElements() in bufferobj.c | Brian Paul | 2010-01-26 | 1 | -1/+7 |
| | |||||
* | demos: use glEnable/DisableClientState() for vertex arrays | Brian Paul | 2009-07-08 | 1 | -4/+4 |
| | |||||
* | tests: update bufferobj.c to test GL_ARB_vertex_array_object | Brian Paul | 2009-06-22 | 1 | -25/+95 |
| | |||||
* | progs/tests: compile with SCons and glew | Keith Whitwell | 2009-03-10 | 1 | -1/+2 |
| | | | | Also get mingw cross-compilation of these tests working | ||||
* | demos: add a fourth test case to VBO test for position/color in different VBOs | Brian Paul | 2009-02-26 | 1 | -15/+74 |
| | |||||
* | demos: modify bufferobj.c to exercise interleaved vertex arrays | Brian Paul | 2009-02-03 | 1 | -13/+23 |
| | | | | | Also, put colors before vertex positions, and place the data at a 40-byte offset from the start of the buffer. | ||||
* | delete buffers, destroy window upon exit | Brian Paul | 2006-08-25 | 1 | -1/+13 |
| | |||||
* | reenable some assertions | Brian Paul | 2005-01-24 | 1 | -2/+2 |
| | |||||
* | minor tweaks | Brian Paul | 2004-08-10 | 1 | -1/+3 |
| | |||||
* | added some code to test buffer deletion | Brian Paul | 2004-03-22 | 1 | -0/+27 |
| | |||||
* | added more debug code and tests | Brian Paul | 2003-10-21 | 1 | -5/+23 |
| | |||||
* | exercise more vertex buffer object functions | Brian Paul | 2003-10-14 | 1 | -7/+34 |
| | |||||
* | s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/ | Brian Paul | 2003-09-17 | 1 | -3/+3 |
| | |||||
* | Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB path | Brian Paul | 2003-09-17 | 1 | -1/+27 |
| | |||||
* | test GL_ARB_vertex_buffer_object | Brian Paul | 2003-09-17 | 1 | -0/+259 |