summaryrefslogtreecommitdiff
path: root/tests/shaders
AgeCommit message (Expand)AuthorFilesLines
2010-03-23glsl-orangebook-ch06-bump: New testcase for the Orange Book bumpmapping shader.Eric Anholt4-0/+200
2010-03-22fp-cmp: Simple vpfp test for CMP opcode.Eric Anholt1-0/+11
2010-03-22glsl-vs-functions: New test for Mesa function calls in the VS.Eric Anholt3-0/+115
2010-03-22glsl-fs-mix-constant: New test for a regression I introduced OPCODE_LRP.Eric Anholt3-0/+87
2010-03-22glsl-fs-mix: Simple test for mix() behavior in the FS.Eric Anholt3-0/+97
2010-03-14glsl-fs-bug25902: Fix GLSL compilation errors on Mac OS X.Vinson Lee2-2/+2
2010-03-14glsl-fs-sqrt-branch: Fix GLSL compilation error on Mac OS X.Vinson Lee1-1/+1
2010-03-10glsl-fs-sqrt-branch: Add a new test for a 965 driver bug in Yo Frankie!Eric Anholt3-0/+97
2010-03-10glsl-fs-bug25902: Add a new test for fd.o bug #25902 (965 driver hang).Eric Anholt4-0/+150
2010-03-09glsl-fs-loop-nested: New test for nested loops in the fragment shader.Eric Anholt3-0/+141
2010-03-09glsl-fs-loop: New test for loops in the fragment shader.Eric Anholt3-0/+135
2010-03-09glsl-vs-loop-nested: Test for a failure in the i965 VS with nested loop.Eric Anholt3-0/+139
2010-02-17glsl-arb-fragment-coord-conventions: test GLSL for this extensionBrian Paul2-0/+208
2010-02-10glsl-arb-fragment-coord-conventions-define: fix up the fragment shaderBrian Paul1-5/+7
2010-02-09piglit: Pump requirements for vp-combined-image-units to vertex shader.Pauli Nieminen1-11/+10
2010-02-05vp-address-0x: fix GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB queriesBrian Paul3-12/+13
2010-01-26fp-arb-fragment-coord-conventions*.vpfp: New tests for ARB_fcc in ARB_fp.Eric Anholt2-0/+30
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 Anholt3-0/+90
2010-01-15vp-min, vp-max: New simple testcases for VP MIN,MAX opcodes.Eric Anholt2-0/+42
2010-01-15vp-arl-constant-array-huge-varying.vpfp: New testcases for ARL per vertex.Eric Anholt2-0/+182
2010-01-09vp-arl-constant-array-huge-overwritten: New test for a bug in the 965 driver.Eric Anholt1-0/+142
2010-01-09vp-arl-constant-array*.c: New tests for more ways to screw up VP constants.Eric Anholt2-0/+295
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 Anholt14-28/+26
2010-01-08fp-indirections: Silence compiler warnings.Vinson Lee1-3/+3
2009-12-22ati-fs-bad-delete: Test case for a null deref in Mesa found by clang.Eric Anholt2-0/+54
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 Anholt3-0/+83
2009-12-15Use common file for gl_Position = MVP * gl_Vertex shader.Eric Anholt8-19/+4
2009-12-15glsl-vs-sqrt-zero: New test for sqrt(0) giving correct results.Eric Anholt3-0/+85
2009-12-15Use a common file for gl_FragColor = glColor shader.Eric Anholt10-21/+5
2009-12-15Fix a couple of compile warnings.Eric Anholt2-2/+0
2009-12-10vp-combined-texture-image-units: New test for regression from bug #25518.Eric Anholt2-0/+79
2009-12-09vp-arl-neg-array*.vpfp: New tests for negative values related to addr regs.Eric Anholt2-0/+48
2009-12-08glsl-vs-mov-after-deref: New test for a regression I made in the optimizer.Eric Anholt4-0/+102
2009-12-08glsl-vs-arrays: New test for showing off 965 breakage with arrays in VS.Eric Anholt4-0/+102
2009-11-13glsl-lod-bias: Add component accessor to vertex shader.Vinson Lee1-1/+1
2009-11-12glsl-lod-bias: Lots of changesIan Romanick1-69/+72
2009-11-12glsl-lod-bias: Many minor clean-upsIan Romanick1-43/+9
2009-11-10vp-*array*.vpfp: New tests for VP constant handling.Eric Anholt7-0/+378
2009-11-10vp-sge-alias: New test for 965's failure to handle aliasing in SGE.Eric Anholt1-0/+18
2009-11-10vp-exp-alias: Add a test for aliasing of src/dest in EXP.Eric Anholt1-0/+20
2009-11-10[vf]p-two-constants.vpfp: New tests for ADD CONST[0], CONST[1].Eric Anholt2-0/+35
2009-11-06glsl-uniform-out-of-bounds: Cast glGetError return values to void.Vinson Lee1-6/+6
2009-11-06fp-long-alu: Fix memory leak when test is skipped.Vinson Lee1-1/+3
2009-10-28fp-indirections: Fix memory leak.Vinson Lee1-0/+1
2009-10-23glsl-useprogram-displaylist: New test for bug #23746Ben Holmes2-0/+156
2009-10-20Add test for creation of a single maximally sized param array in a VPIan Romanick2-0/+83