summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-08glx-swap-exchange: New test for a bug in the Intel driver's OML_swap_method.swap-exchangeEric Anholt3-0/+122
2010-02-05vp-address-0x: fix GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB queriesBrian Paul3-12/+13
2010-02-04piglit/fbo-3d: Fix the texture to pot depth.Pauli Nieminen1-1/+4
2010-02-03texunits: add the test to all.testsBrian Paul1-0/+1
2010-02-03texunits: a new test to exercise the various texture unit limitsBrian Paul2-0/+451
2010-02-01util: Fix MSVC build.Vinson Lee2-0/+5
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 Anholt2-0/+2
2010-01-30scissor-clear: New test for regression in Intel DRI1 cleanup.Eric Anholt3-0/+95
2010-01-30pbo-teximage-tiling: New test for a bug in Intel texture tiling.Eric Anholt3-0/+119
2010-01-29draw-elements-vs-inputs: glDraw[Range]Elements regression testBrian Paul2-0/+175
2010-01-26fbo-drawbuffers2-colormask: Add fixes that got lost in some rebasing.Eric Anholt1-1/+2
2010-01-26scissor-bitmap: Test glScissor vs glBitmap.Eric Anholt6-0/+369
2010-01-26fbo-readpixels: added commentsBrian Paul1-0/+6
2010-01-26pbo-readpixels-small: Companion testcase to fbo-pbo-readpixels-small.Eric Anholt3-0/+129
2010-01-26fbo-pbo-readpixels-small: New testcase for bug #25921 found by clutter.Eric Anholt3-0/+166
2010-01-26fbo-drawbuffers2-blend: New test for EXT_draw_buffers2 blending.Eric Anholt3-0/+160
2010-01-26fbo-drawbuffers2-colormask: New test for EXT_draw_buffers2.Eric Anholt3-0/+157
2010-01-26fbo-drawbuffers: New test for basic rendering to two ARB_drawbuffers.Eric Anholt3-0/+144
2010-01-26fp-arb-fragment-coord-conventions*.vpfp: New tests for ARB_fcc in ARB_fp.Eric Anholt3-0/+32
2010-01-26vpfp-generic: Check for ARB_fragment_coord_conventions or SKIP when required.Eric Anholt1-0/+8
2010-01-26glsl-arb-fragment-coord-conventions-define: Test for ARB_fcc extension define.Eric Anholt4-0/+91
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 Anholt3-0/+93
2010-01-15glx-multithread: New test for GLX multithreaded rendering.Eric Anholt7-0/+341
2010-01-15vp-min, vp-max: New simple testcases for VP MIN,MAX opcodes.Eric Anholt3-0/+44
2010-01-15vp-arl-constant-array-huge-varying.vpfp: New testcases for ARL per vertex.Eric Anholt3-0/+184
2010-01-14util: Fix MSVC build.Vinson Lee1-4/+3
2010-01-09vp-arl-constant-array-huge-overwritten: New test for a bug in the 965 driver.Eric Anholt2-0/+143
2010-01-09vp-arl-constant-array*.c: New tests for more ways to screw up VP constants.Eric Anholt3-0/+297
2010-01-09vp-constant-array-huge.vpfp: Fix this test to be what I meant.Eric Anholt1-3/+0
2010-01-09Handle the glsl shader path prefix in the util rather than each program.Eric Anholt16-30/+36
2010-01-09Ignore complaints from DRI drivers about driconf variable overrides.Eric Anholt1-0/+1
2010-01-08CMake: Build tfp only on Linux.Vinson Lee1-1/+4
2010-01-08CMake: Build mesa tests only on Linux.Vinson Lee1-1/+4
2010-01-08rg-draw-pixels: Remove unused variable.Vinson Lee1-2/+0
2010-01-08fp-indirections: Silence compiler warnings.Vinson Lee1-3/+3
2010-01-06fbo-generatemipmap-viewport: New test for a bug found by Pierre Willenbrock.Eric Anholt3-0/+176
2010-01-04lodclamp-between-max: New test for fractional max LOD clamping.Eric Anholt4-1/+156
2010-01-04fbo-copyteximage: New test for CopyTexImage2D an NPOT mipmap textureEric Anholt3-0/+149
2010-01-04fbo-generatemipmap-npot: Fix failure return from the testcaseEric Anholt1-5/+9
2009-12-29fbo-generatemipmap-npot: Test glGenerateMipmapEXT() on NPOT texture.Eric Anholt3-0/+166
2009-12-29fbo: Move tests to the framework.Eric Anholt5-284/+72
2009-12-29glslparsertest: added #version directive for uniform initializer testBrian Paul1-1/+8
2009-12-28fbo-nostencil-test.c: Test that stencil always passes when no stencil bound.Eric Anholt3-0/+107
2009-12-28fbo-nodepth-test.c: New test for depth testing when no depth buffer bound.Eric Anholt3-0/+107
2009-12-22ati-fs-bad-delete: Test case for a null deref in Mesa found by clang.Eric Anholt3-0/+55
2009-12-19glsl-fs-sqrt-zero: Fix GLSL error on Mac OS.Vinson Lee1-1/+1
2009-12-18glsl-reload-source: use gl_Vertex instead of generic position attributeBrian Paul1-5/+2
2009-12-15glsl-fs-sqrt-zero: New test to make sure that sqrt(0) works in FS as well.Eric Anholt4-0/+84