summaryrefslogtreecommitdiff
path: root/progs/tests/bufferobj.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
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.
2010-01-26progs/tests: use glDrawRangeElements() in bufferobj.cBrian Paul
2009-07-08demos: use glEnable/DisableClientState() for vertex arraysBrian Paul
2009-06-22tests: update bufferobj.c to test GL_ARB_vertex_array_objectBrian Paul
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
Also get mingw cross-compilation of these tests working
2009-02-26demos: add a fourth test case to VBO test for position/color in different VBOsBrian Paul
2009-02-03demos: modify bufferobj.c to exercise interleaved vertex arraysBrian Paul
Also, put colors before vertex positions, and place the data at a 40-byte offset from the start of the buffer.
2006-08-25delete buffers, destroy window upon exitBrian Paul
2005-01-24reenable some assertionsBrian Paul
2004-08-10minor tweaksBrian Paul
2004-03-22added some code to test buffer deletionBrian Paul
2003-10-21added more debug code and testsBrian Paul
2003-10-14exercise more vertex buffer object functionsBrian Paul
2003-09-17s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/Brian Paul
2003-09-17Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB pathBrian Paul
2003-09-17test GL_ARB_vertex_buffer_objectBrian Paul