summaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.10
AgeCommit message (Expand)AuthorFilesLines
2014-07-10glsl-1.10: Test reductions of integer vectorsIan Romanick1-0/+28
2014-07-06glsl-1.10: Add tests for literal floats with exponents.Matt Turner2-0/+18
2014-07-06glsl-1.10/glsl-1.20: Add tests for literal float suffixes.Matt Turner2-0/+20
2014-07-06glsl-1.10: Add octal/hex integer literal tests.Matt Turner4-0/+36
2014-07-06glsl-1.10: Add tests for empty block and statements.Matt Turner2-0/+18
2014-06-21Add a test to reject semicolons after #extension.Kenneth Graunke1-0/+11
2014-05-14glsl-1.10/execution/glsl-render-after-bad-attach: use default window sizeBrian Paul1-3/+0
2014-02-19glsl-1.10: Expect __ tests to passIan Romanick3-3/+19
2014-01-27glsl: Try some chained assignmentsIan Romanick4-0/+40
2013-12-09Test some corner cases of loop analysis.Paul Berry3-0/+122
2013-11-11glsl-1.10: test that redeclaring a variable with a different type is illegalBrian Paul1-0/+29
2013-11-05glsl-1.10 / glsl-1.20: Print generated variable-index test names.Matt Turner2-32/+96
2013-11-05glsl-1.10: Delete bogus generated test.Matt Turner1-97/+0
2013-10-08Test that struct names may not begin with "gl_" prefix.Paul Berry1-0/+22
2013-10-03Test accuracy of dFdx and dFdy functions.Paul Berry2-0/+72
2013-08-30glsl-1.10: Convert minimum-maximums tests to use built-in-constants programIan Romanick13-336/+13
2013-08-29glsl-1.10: Test that __VERSION__ == 110 even without #version specified.Kenneth Graunke1-0/+13
2013-08-29glsl: Add new __VERSION__ tests for GLSL 1.10-1.40 and ES 1.00/3.00.Kenneth Graunke1-0/+14
2013-08-28glsl-1.10 / glsl-1.20: Relax precision requirements of variable indexing testsIan Romanick110-218/+434
2013-07-30shader_runner: stick to the default GL_LUMINANCE depth modeMarek Olšák8-24/+24
2013-07-19glsl-1.10: Test the parameters cannot be const and out/inout.Matt Turner2-0/+20
2013-07-11glsl-1.10: Test that row_major is not a reserved word.Matt Turner1-0/+14
2013-06-14glsl-1.10: Test that returning void from a void function is illegal.Matt Turner1-3/+15
2013-06-10Add a parser test for "#version 110 es".Kenneth Graunke1-0/+11
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt1-10/+1
2013-05-31glsl-1.10: Test if samplers in nested structs can be passed as function param...Fabian Bieler1-0/+44
2013-05-31glsl-1.10: Test if arrays of samplers can be passed as function parameters.Fabian Bieler1-0/+39
2013-05-08pragma-macro-expansion: changed to extension-macro-expansion.Fabian Bieler2-20/+19
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2013-03-01glsl-1.10: add uniform type mismatch link testJordan Justen1-0/+29
2013-02-06shader_tests: Add [require] / GLSL >= to shader_test files missing these.Stuart Abercrombie15-0/+37
2013-01-21Add glsl-render-after-bad-attach to build and all.testsPaul Berry1-0/+14
2013-01-14glsl: remove explicit 100x100 window sizeBrian Paul2-4/+0
2013-01-09Test that loop unrolling properly infers loop bounds.Paul Berry2-0/+81
2012-12-20Test that varyings can't be bools or structsPaul Berry10-0/+207
2012-12-17varying-packing-simple: Fix memory leak.Vinson Lee1-0/+1
2012-12-17Remove #version from variable indexing shader tests.Stuart Abercrombie290-546/+0
2012-12-16Add a simple test of varying packing.Paul Berry4-0/+429
2012-12-06Fix the fs GLSL >= version output by variable-index-write.sh.Stuart Abercrombie1-1/+1
2012-12-06Fix shell scripts that claim to run with /bin/sh but actually need /bin/bash.Stuart Abercrombie2-2/+2
2012-12-05glsl-1.10: Verify that "impossible" GLSL versions are properly rejectedIan Romanick1-0/+11
2012-12-05glsl-1.10: Add test for structure with same-name fieldsIan Romanick2-0/+37
2012-11-30util/gl: Kill shader wrapper functionsChad Versace1-15/+15
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace2-0/+4
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace2-8/+14
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace2-2/+2
2012-09-24glsl-fs-shadow2D-clamp-z: test clamping of Z in shadow2DMarek Olšák1-0/+37
2012-08-23glsl-1.10: Add tests for a bunch of i965 code generation bugs.Eric Anholt6-0/+130
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č2-2/+2