summaryrefslogtreecommitdiff
path: root/progs/tests/bufferobj.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-08demos: use glEnable/DisableClientState() for vertex arraysBrian Paul1-4/+4
2009-06-22tests: update bufferobj.c to test GL_ARB_vertex_array_objectBrian Paul1-25/+95
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell1-1/+2
2009-02-26demos: add a fourth test case to VBO test for position/color in different VBOsBrian Paul1-15/+74
2009-02-03demos: modify bufferobj.c to exercise interleaved vertex arraysBrian Paul1-13/+23
2006-08-25delete buffers, destroy window upon exitBrian Paul1-1/+13
2005-01-24reenable some assertionsBrian Paul1-2/+2
2004-08-10minor tweaksBrian Paul1-1/+3
2004-03-22added some code to test buffer deletionBrian Paul1-0/+27
2003-10-21added more debug code and testsBrian Paul1-5/+23
2003-10-14exercise more vertex buffer object functionsBrian Paul1-7/+34
2003-09-17s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/Brian Paul1-3/+3
2003-09-17Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB pathBrian Paul1-1/+27
2003-09-17test GL_ARB_vertex_buffer_objectBrian Paul1-0/+259