summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-14glsl-unused-varying: Add a testcase for a 965 GLSL bug.Eric Anholt5-0/+183
2009-05-14Add glean tests shaderAPI and stencil2.Vinson Lee2-0/+4
2009-05-14Remove Mac OS function pointer code from piglit-util.c.Vinson Lee1-24/+0
2009-05-13glsl-uniform-update: Add to all.tests after fixing up shader paths.Eric Anholt3-2/+5
2009-05-13clear-varray-2.0: New testcase for fd.o bug #21638.Eric Anholt5-0/+206
2009-05-13Re-add glew.h include.Eric Anholt2-0/+8
2009-05-12cubemap: Make the failure printout a little more informative.Eric Anholt1-2/+4
2009-05-12cubemap: Do visualization of all the mipmap levels at once.Eric Anholt1-49/+42
2009-05-11ix piglit-util.c compile error.Vinson Lee1-1/+0
2009-05-07fbo-generatemipmap: New test for glGenerateMipmapEXT on a 2D texture.Eric Anholt3-0/+231
2009-05-07Oops, include GLEW in other directories as well now that util uses it.Eric Anholt2-0/+4
2009-05-05Add a test for uniform updates getting reflected in GLSL drawing.Eric Anholt6-0/+287
2009-05-05Replace a copy of piglit_probe_pixel_rgb with the function call.Eric Anholt1-36/+5
2009-04-30Warnings cleanup, resulting in a number of actual bugfixes.Eric Anholt28-141/+51
2009-04-30Add the 3DLabs GLSLParserTest tests to all.tests.Eric Anholt3-196/+189
2009-04-30Remove the old GLSL parser test code that I decided not to use for piglit.Eric Anholt11-895/+0
2009-04-30Add a GLSL parser test runner.Eric Anholt3-0/+204
2009-04-30Enable compiler warnings.Eric Anholt1-0/+6
2009-04-30glslparsertest: Remove windows build infrastructure.Eric Anholt8-268/+0
2009-04-30Initial add of glslparsertest-src-1.8.zip's glslparsertest/Eric Anholt208-0/+5017
2009-04-24Mac OS fixes for fbo testsVinson Lee3-0/+12
2009-04-24Mac OS fixes for texturing testsVinson Lee10-0/+40
2009-04-23check for GL_EXT_texture_mirror_clamp before testing mirror clamp modesBrian Paul1-3/+5
2009-04-23fbo-cubemap: More colors in the test to avoid between-level ambiguity.Eric Anholt1-3/+4
2009-04-23fbo-cubemap: Also test mipmapping (triggers minor bugs on 965).Eric Anholt1-42/+72
2009-04-23Add a test for drawing to 3D texture FBOs.Eric Anholt3-0/+239
2009-04-23Add a simple test for drawing to the faces of a cube map FBO.Eric Anholt6-68/+311
2009-04-23Add a test for drawing to and glReadPixels()ing from FBOs of various formats.Eric Anholt4-0/+284
2009-04-23Mac OS fixes for shaders testsVinson Lee9-0/+48
2009-04-23Add fp-fog to all.tests.Vinson Lee1-0/+1
2009-04-22Fix printf in tex1d-2dborderVinson Lee1-1/+1
2009-04-22Mac OS fixes for general tests.Vinson Lee5-0/+20
2009-04-21Assorted fixes for Mac OS.Vinson Lee8-0/+32
2009-04-20Add occlusion_query to all.testsBrian Paul1-0/+1
2009-04-20function pointer changes for MacOSBrian Paul2-0/+40
2009-04-16Use Python universal newline supportVinson Lee2-2/+3
2009-04-15use os.path.join() so we can run on WindowsVinson Lee1-3/+3
2009-04-15Use os.path.join() for directory/file paths.Vinson Lee1-20/+20
2009-04-14fixes for non-Linux useVinson Lee1-2/+4
2009-03-23fp-fog: Just move swapbuffers instead of reading out of GL_FRONT.Eric Anholt1-3/+2
2009-03-23fp-fog: Use the probe util routine so the fail output is more obvious.Eric Anholt1-19/+10
2009-03-23Actually add tfp to all.tests.Eric Anholt1-0/+1
2009-03-23fix capitalization of some glean test namesVinson Lee1-4/+4
2009-03-23glean: make build with newer gccDave Airlie1-1/+2
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-03-18Remove unnecessary cruft from previous commitIan Romanick1-7/+0
2009-03-18Add simple test for fd.o bug #20701Ian Romanick2-0/+142
2009-03-18Add infrastructure for tests to use GLEWIan Romanick1-0/+8
2009-03-18Add a test for GLX_EXT_texture_from_pixmap and bug #19910.Eric Anholt2-0/+457