summaryrefslogtreecommitdiff
path: root/tests/spec/arb_map_buffer_range
AgeCommit message (Expand)AuthorFilesLines
2012-11-28invalidate: test GL_MAP_INVALIDATE_* flags between draw calls in a loopMarek Olšák2-0/+207
2012-11-06arb_map_buffer_range: remove config.window_width/height linesBrian Paul2-4/+0
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace2-0/+4
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace2-8/+14
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace2-2/+2
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes2-8/+2
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič2-2/+2
2012-06-20tests: Let each test define main()Chad Versace2-4/+9
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-2/+2
2012-03-12cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.José Fonseca1-0/+1
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry2-2/+2
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-01-06Modify piglit_check_gl_error() to return a boolean.Paul Berry1-10/+20
2012-01-02map_buffer_range_error_check: Require OpenGL 1.5.Vinson Lee1-0/+5
2012-01-02map_buffer_range_test: Require OpenGL 1.5.Vinson Lee1-0/+5
2011-10-04spec: functional map_buffer_range testBen Widawsky2-0/+132
2011-10-04spec: add a new arb_map_buffer_range test caseYuanhan Liu3-0/+144