summaryrefslogtreecommitdiff
path: root/tests/spec/arb_robustness
AgeCommit message (Expand)AuthorFilesLines
2012-10-30draw-vbo-bounds: fix comment typoBrian Paul1-1/+1
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 Forbes1-4/+1
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/+8
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-07Stop using GLEW_VERSION_* macrosPaul Berry1-1/+1
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2011-05-13Make TIFF an optional dependency.José Fonseca1-1/+0
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák2-43/+43
2011-04-25ARB_robustness: add test for client memory accessesnobled2-0/+308
2011-04-06arb-robustness/draw-vbo-bounds: Handle zero strides correctly.José Fonseca1-1/+8
2011-04-02draw-robustness: Return correct enum for pass.Vinson Lee1-2/+1
2011-04-01draw-robustness: Test robustness for out-of-bounds vertex fetches.José Fonseca3-0/+225