summaryrefslogtreecommitdiff
path: root/progs/tests/bufferobj.c
AgeCommit message (Expand)Author
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
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
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