summaryrefslogtreecommitdiff
path: root/tests/general
AgeCommit message (Expand)AuthorFilesLines
2009-08-04provoking-vertex: New test for proper function of glProvokingVertexEXT.Ben Holmes2-0/+144
2009-07-17Remove mesautil library dependency for non-mesa tests.Vinson Lee1-1/+0
2009-07-14depthrange-clear: Use gl[En|Dis]ableClientState for GL_VERTEX_ARRAY.Vinson Lee1-2/+2
2009-07-14depthrange-clear: New test to check glClear versus glDepthRange.Eric Anholt2-0/+188
2009-07-11CMakeLists.txt: Fix executable target name of vbo-map-remap.Vinson Lee1-1/+1
2009-07-07stencil-drawpixels: Test that glDrawPixels(GL_STENCIL_INDEX) works.Eric Anholt2-0/+168
2009-07-07scissor-stencil-clear: Clean up dead code after piglit_report_result().Eric Anholt1-2/+0
2009-07-07scissor-stencil-clear: Fix doxygen descriptionEric Anholt1-2/+2
2009-07-06vbo-map-remap: Minor clean-ups in vbo_write_floats_mappedIan Romanick1-6/+5
2009-07-06vbo-map-remap: Remove unnecessary, incorrect glEnable callIan Romanick1-2/+0
2009-07-02Merge commit 'origin/master'Eric Anholt3-15/+12
2009-07-02vbo-map-remap: Don't forget to check for the extensionEric Anholt1-0/+2
2009-07-02vbo-map-remap: Clean up test (camelcase, whitespace, naming).Eric Anholt1-92/+61
2009-07-02vbo-map-remap: Test that glMapBuffer of a VBO doesn't impact previous drawing.Ben Holmes2-0/+175
2009-07-01scissor-stencil-clear: Fix compile errors with MSVC.Vinson Lee1-5/+4
2009-07-01scissor-depth-clear: Fix compile errors with MSVC.Vinson Lee1-5/+4
2009-07-01scissor-copypixels: Fix compile errors with MSVC.Vinson Lee1-5/+4
2009-06-30read-front: Fix compile errors with MSVC.Vinson Lee1-5/+4
2009-06-30dlist-clear: Fix compile errors with MSVC.Vinson Lee1-5/+4
2009-06-30Mac OS GLUT header fixes.Vinson Lee5-0/+20
2009-06-23piglit: clean up all warnings with gcc 4.4.0Dave Airlie1-5/+5
2009-06-20read-front: Be even meaner to DRI2 and choose read-buffer before swapping.Eric Anholt1-1/+2
2009-06-20read-front: New test to catch a regression with DRI2 front buffer reading.Eric Anholt2-0/+131
2009-06-20dlist-clear: New test to catch a regression in the intel metaops clear code.Eric Anholt3-1/+153
2009-06-20scissor-depth-clear: New test for checking glClear(GL_DEPTH_BIT) vs glScissor().Eric Anholt2-0/+146
2009-06-20scissor-stencil-clear: New test to check glClear(GL_STENCIL_BIT) vs glScissor().Eric Anholt2-0/+159
2009-06-20scissor-copypixels: New test to make sure that glScissor vs glCopyPixels works.Eric Anholt2-0/+161
2009-05-21clear-varray-2.0: Reorder includes.Vinson Lee1-4/+4
2009-05-20Mac OS GLUT header fixesVinson Lee1-0/+4
2009-05-13clear-varray-2.0: New testcase for fd.o bug #21638.Eric Anholt2-0/+191
2009-04-30Warnings cleanup, resulting in a number of actual bugfixes.Eric Anholt5-9/+0
2009-04-22Mac OS fixes for general tests.Vinson Lee5-0/+20
2009-03-18Make sure there are query bits availableIan Romanick1-0/+19
2009-03-18Add a test for GL_ARB_occlusion_queryIan Romanick2-0/+237
2009-02-25Add a testcase for fd.o bug #19911: DrawArrays with no arrays enabled.Eric Anholt2-0/+186
2008-11-06Fixes for Cygwin by YaakovNicolai Haehnle1-2/+2
2008-08-02New test: general/windowoverlapNicolai Haehnle2-0/+207
2008-07-12New test: general/linestippleNicolai Haehnle2-0/+250
2008-06-29New test: general/texgenNicolai Haehnle2-0/+299