summaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20
AgeCommit message (Expand)AuthorFilesLines
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-2/+4
2012-06-12glsl-1.20: Add tests for uniform array-of-structures with initializersIan Romanick2-0/+96
2012-06-12glsl-1.20: Add tests for uniform structures with initializersIan Romanick2-0/+86
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-1/+1
2012-03-12cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.José Fonseca1-0/+1
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-01-25Reproduce one of the problems contributing to FDO bug 40865Paul Berry2-0/+61
2011-11-17Verify that built-in shader inputs are read-only.Paul Berry1-0/+18
2011-11-12Fix redundant static-write-varying-01.frag tests.Paul Berry1-5/+1
2011-11-03glsl-1.20: More array-of-array testsIan Romanick6-0/+124
2011-10-26glsl-1.20/execution/maximums: Verify the limits in section 7.4.Eric Anholt12-0/+336
2011-10-13Test that fixed vertex functionality respects clip plane enable flags.Paul Berry1-0/+141
2011-10-06Add "clear" commands to clipping shader_tests.Paul Berry5-0/+10
2011-10-06Test that gl_ClipVertex respects clip plane enable flags.Paul Berry1-0/+147
2011-09-28Test that gl_ClipDistance is unavailable in GLSL 1.20Paul Berry2-0/+35
2011-09-20Add tests of whole-array assignment and out/inout params.Paul Berry11-0/+330
2011-09-07Add trivial clip tests.Paul Berry2-0/+80
2011-08-24glsl-1.20: Ensure that uniform array tests declare the array as a uniformIan Romanick48-96/+96
2011-08-19glsl-1.10 / glsl-1.20: Add non-constant index write testsIan Romanick108-0/+11250
2011-08-19glsl-1.10 / glsl-1.20: Add non-constant index read testsIan Romanick216-0/+17136
2011-08-19glsl-1.20: Add serveral tests for recursion in shadersIan Romanick4-0/+333
2011-08-11Add tests for gl_ClipDistance and gl_ClipVertex.Paul Berry3-0/+67
2011-08-05Test implicit type conversion of out parameters.Paul Berry4-0/+158
2011-08-03Add two new tests of non-const array sizes.Paul Berry2-0/+37
2011-07-30glsl-1.20: Require OpenGL 2.1 for test that set non-square matrix uniformsIan Romanick50-4/+132
2011-06-24glsl-1.20: Add tests for clip vertex.Paul Berry2-0/+115
2011-05-19glsl-1.20: Add negative outerProduct function call testsIan Romanick19-0/+204
2011-05-19glsl-1.20: Add a bunch of outerProduct execution tests for constant dataIan Romanick49-0/+1989
2011-05-19glsl-1.20: Add ivec outerProduct testsIan Romanick25-25/+1702
2011-05-01glsl-1.20: Fix dumb "optimization" error in testsIan Romanick25-26/+52
2011-05-01glsl-1.20: Add a bunch of outerProduct execution testsIan Romanick25-0/+1242
2011-04-09array-size-relational.vert: Fix compile errors.Eric Anholt1-4/+4
2011-04-08Fix test that sizes an array using the sequence operatorIan Romanick2-11/+53
2011-03-25Add a few more GLSL 1.20 array compile testsIan Romanick13-0/+338
2011-03-15Add large number of GLSL 1.20 array compile testsIan Romanick114-0/+2867
2011-02-04glsl-1.xx: Test that operator '%=' is reservedChad Versace1-0/+22
2011-02-04glsl-1.xx: Test that operator '%' is reservedChad Versace1-0/+18
2011-02-04glsl-1.xx: Move some tests from glslparsertest into spec directoryChad Versace2-0/+38
2011-01-21glsl-1.xx: Check that global inputs cannot be written toChad Versace4-0/+75
2011-01-12glslparsertest: Replace qualifier-08.vert with separate tests for centroid an...Ian Romanick2-0/+28
2011-01-12glsl-1.10/glsl-1.20/glsl-1.30: Shuffle more in / out / inout parser testsIan Romanick4-0/+46
2011-01-07glsl-1.20: Add test for use of 'in' at global scope in GLSL 1.20Ian Romanick1-0/+10