summaryrefslogtreecommitdiff
path: root/tests/shaders
AgeCommit message (Expand)AuthorFilesLines
2009-08-04glsl-fs-log2.c: New test for log2() in fragment shaders.Eric Anholt4-0/+165
2009-08-04glsl-fs-exp2: Add a new test for exp2() in fragment shaders.Eric Anholt4-0/+165
2009-07-24vpfp-generic: Extend script syntax to include program.localNicolai Hähnle1-0/+20
2009-07-21fp-fog: Fix compile errors with MSVC.Vinson Lee1-0/+6
2009-07-17Remove mesautil library dependency for non-mesa tests.Vinson Lee1-1/+0
2009-07-11vp-bad-program: Use gl[Enable|Disable]ClientState for GL_VERTEX_ARRAY.Vinson Lee1-2/+2
2009-07-12vpfp-generic: Remove incorrect glReadBuffer callNicolai Hähnle1-1/+0
2009-07-12New generic test for ARB_vertex|fragment_programNicolai Hähnle5-0/+420
2009-07-11vp-bad-program: Clear err on failures.Vinson Lee1-3/+3
2009-07-08fp-kil: Fix compile errors with MSVC.Vinson Lee1-0/+2
2009-07-07fp-generic: Fix compile errors with MSVC.Vinson Lee1-0/+2
2009-07-07fp-fragment-position: Fix compile errors with MSVC.Vinson Lee1-0/+2
2009-07-07trinity-fp1: Fix compile errors with MSVC.Vinson Lee1-0/+2
2009-06-23piglit: clean up all warnings with gcc 4.4.0Dave Airlie1-0/+3
2009-05-22MSVC fixes for shaders testsVinson Lee6-38/+40
2009-05-20Mac OS GLUT header fixesVinson Lee3-0/+12
2009-05-15Add test for GLSL vertex shader loopsIan Romanick4-0/+198
2009-05-14glsl-unused-varying: Add a testcase for a 965 GLSL bug.Eric Anholt4-0/+182
2009-05-13glsl-uniform-update: Add to all.tests after fixing up shader paths.Eric Anholt2-2/+4
2009-05-05Add a test for uniform updates getting reflected in GLSL drawing.Eric Anholt4-0/+168
2009-04-30Warnings cleanup, resulting in a number of actual bugfixes.Eric Anholt7-55/+3
2009-04-23Mac OS fixes for shaders testsVinson Lee9-0/+48
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
2008-12-16Add new test for passing fog coordinates to fragment programsIan Romanick2-0/+208
2008-11-06Fixes for Cygwin by YaakovNicolai Haehnle1-2/+2
2008-10-04Add a test for ARB_fp texture indirection accounting.Eric Anholt2-0/+305
2008-07-27New test: shaders/fp-generic/kil-swizzleNicolai Haehnle1-0/+48
2008-07-12fp-generic: Add alpha channel for a full RGBA visualNicolai Haehnle2-2/+2
2008-07-12Add new tst: fp-generic/lrp_satNicolai Haehnle1-0/+15
2008-06-30Cleanup/Code sharing: Use piglit-util functions in a number of placesNicolai Haehnle6-310/+28
2008-06-29Add fragment program / vertex program helper code to piglit-utilNicolai Haehnle5-164/+9
2008-06-20Various fixes by Brian Paul.Nicolai Haehnle3-9/+45
2008-06-14New data-driven test: fp-genericNicolai Haehnle3-0/+322
2008-04-01Add a test for failures with bad vertex programs, highlighted by wine.Eric Anholt2-0/+160
2008-02-21Move FindLine to shared code instead of cargo-culting it around.Eric Anholt6-60/+5
2007-03-24Initial commitNicolai Hähnle6-0/+2074