summaryrefslogtreecommitdiff
path: root/tests/general
AgeCommit message (Expand)AuthorFilesLines
2010-03-16scissor-depth-clear: Fix doxygen for what this test is about.Eric Anholt1-1/+1
2010-03-05object_purgeable: Document test cases with verbage from the spec.Ian Romanick1-0/+46
2010-03-05object_purgeable: Check the operations on object 0 generate errorsIan Romanick1-0/+38
2010-03-05object_purgeable: Check that setting redundant state generates an errorIan Romanick1-0/+17
2010-03-05object_purgeable: Move state checks into state setting testsIan Romanick1-24/+12
2010-03-05object_purgeable: Fix errors in previous commitsIan Romanick1-2/+2
2010-03-05object_purgeable: Misc. whitespace and trivial code clean-ups.Ian Romanick1-48/+50
2010-03-05object_purgeable: Clean-up error messages and loggingIan Romanick1-28/+38
2010-03-05object_purgeable: Refactor main test body into text_PurgeableIan Romanick5-168/+87
2010-03-05object_purgeable: Use piglit test frameworkIan Romanick3-167/+43
2010-03-05object_purgeable: Refector common code to object_purgeable.cIan Romanick6-366/+226
2010-03-05object_purgeable-api-pbo: New testcase to simply exercise APIShuang He2-0/+283
2010-03-05object_purgeable-api-vbo: New testcase to simply exercise APIShuang He2-0/+283
2010-03-05object_purgeable-api-texture: New testcase to simply exercise APIShuang He2-0/+251
2010-02-03texunits: a new test to exercise the various texture unit limitsBrian Paul2-0/+451
2010-01-31pbo-teximage-tiling-2: Actually add the testcase file.Eric Anholt1-0/+117
2010-01-30pbo-teximage-tiling-2: Companion to pbo-teximage-tiling for the other path.Eric Anholt1-0/+1
2010-01-30scissor-clear: New test for regression in Intel DRI1 cleanup.Eric Anholt2-0/+94
2010-01-30pbo-teximage-tiling: New test for a bug in Intel texture tiling.Eric Anholt2-0/+118
2010-01-29draw-elements-vs-inputs: glDraw[Range]Elements regression testBrian Paul2-0/+175
2010-01-26scissor-bitmap: Test glScissor vs glBitmap.Eric Anholt2-0/+305
2010-01-26pbo-readpixels-small: Companion testcase to fbo-pbo-readpixels-small.Eric Anholt2-0/+128
2010-01-26scissor-many: fix unused var warning.Eric Anholt1-1/+0
2010-01-19scissor-many: New testcase to quickly hammer the 965 state cache.Eric Anholt2-0/+92
2009-12-09oes-read-format: New test to make sure that basic OES_read_format works.Eric Anholt2-0/+77
2009-12-08pbo-read-argb8888: New test for blit-accelerated PBO readpixels on intel.Eric Anholt2-0/+107
2009-10-28depth-clamp-range: New test for ARB_depth_clamp vs glDepthRange.Eric Anholt2-0/+137
2009-10-28clear-varray-2.0: Use results from piglit_probe_pixel_rgb.Vinson Lee1-3/+3
2009-10-19Add test cases for fdo bug #3129Ian Romanick3-0/+183
2009-10-19Simple test of user clip planes.Ian Romanick2-0/+95
2009-10-15Use GLEW for vp / fp code instead of piglit "pgl" wrappersIan Romanick1-1/+1
2009-10-15Hide platform issues from tests.Ian Romanick3-56/+9
2009-10-02sync_api: Fix MSVC build.Vinson Lee1-1/+9
2009-10-02provoking-vertex: Fix MSVC build.Vinson Lee1-0/+4
2009-10-02Move freeglut_ext.h header to piglit-util.h.Vinson Lee1-3/+0
2009-09-29Move most piglit tests to using the framework.Eric Anholt20-857/+237
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt23-235/+7
2009-09-24vbo-subdata-sync: New test for bug #23857.Eric Anholt2-0/+135
2009-09-24pbo-drawpixels, pbo-teximage: Two new tests for tracking down a PBO issue.Eric Anholt3-0/+293
2009-09-01sync_api: Fix compile errors on Mac OS.Vinson Lee1-0/+11
2009-09-01dlist-clear: s/GL_MODELVIEW_MATRIX/GL_MODELVIEW/Vinson Lee1-1/+1
2009-09-01Add simple test case for GL_ARB_sync.Ian Romanick2-0/+249
2009-08-29draw-elements-base-vertex: Include stdint.h header.Vinson Lee1-0/+4
2009-08-28Silence MSVC C4255 warnings.Vinson Lee2-4/+4
2009-08-28Add freeglut header for tests using glutGetProcAddress.Vinson Lee2-0/+6
2009-08-27draw-elements-base-vertex: Fix compile errors with MSVC.Vinson Lee1-0/+4
2009-08-27draw-elements-base-vertex: New test for ARB_draw_elements_base_vertex.Eric Anholt2-0/+189
2009-08-26depth_clamp: New test for ARB_depth_clamp.Eric Anholt2-0/+194
2009-08-25Silence MSVC C4255 warnings.Vinson Lee14-22/+22
2009-08-14provoking-vertex: Fix compile errors with MSVC.Vinson Lee1-5/+8