summaryrefslogtreecommitdiffstats
path: root/progs/tests/bufferobj.c
Commit message (Expand)AuthorAgeFilesLines
* tests: update bufferobj.c to test GL_ARB_vertex_array_objectBrian Paul2009-06-221-25/+95
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-1/+2
* demos: add a fourth test case to VBO test for position/color in different VBOsBrian Paul2009-02-261-15/+74
* demos: modify bufferobj.c to exercise interleaved vertex arraysBrian Paul2009-02-031-13/+23
* delete buffers, destroy window upon exitBrian Paul2006-08-251-1/+13
* reenable some assertionsBrian Paul2005-01-241-2/+2
* minor tweaksBrian Paul2004-08-101-1/+3
* added some code to test buffer deletionBrian Paul2004-03-221-0/+27
* added more debug code and testsBrian Paul2003-10-211-5/+23
* exercise more vertex buffer object functionsBrian Paul2003-10-141-7/+34
* s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/Brian Paul2003-09-171-3/+3
* Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB pathBrian Paul2003-09-171-1/+27
* test GL_ARB_vertex_buffer_objectBrian Paul2003-09-171-0/+259