aboutsummaryrefslogtreecommitdiff
path: root/tests/glslparsertest
AgeCommit message (Expand)Author
2012-11-16glslparsertest: Use specified GLSL version to select API versionIan Romanick
2012-10-26Add a new GLSL parser test for ? : at global scope.Kenneth Graunke
2012-10-25Add test for comment continuation in the middle of a define.José Fonseca
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič
2012-06-20tests: Let each test define main()Chad Versace
2012-05-23cmake: Stop GLES tests from linking to glut_eglChad Versace
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace
2012-03-12glslparsertest: Allow ! in extension list to require non-support.Kenneth Graunke
2012-03-12cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.José Fonseca
2012-02-25Convert older tests to use piglit-framework.cPaul Berry
2012-02-02glslparsertest: use piglit_load_text_file for shaders.Morgan Armand
2011-11-14Add a test to reproduce an exact/inexact built-in matching bug in Mesa.Kenneth Graunke
2011-11-10bit-not-09: Add new test case for bitwise complement of a boolean.Vinson Lee
2011-10-17Split piglit_get_gl_version() into two functions.Paul Berry
2011-09-20glslparsertest: use dummy shaders when linking for GLSL 1.00 ES.Paul Berry
2011-09-07Add --check-link option to glslparsertest.Paul Berry
2011-08-19Remove redundant testIan Romanick
2011-06-18glslparsertest: Also call glLinkShader on shaders that compiled.Eric Anholt
2011-06-14Add new parser test (max-uvec3.vert).Kenneth Graunke
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák
2011-03-15Remove tests from tests/glslparsertest/glsl2 made redundant by previous commitIan Romanick
2011-03-15Remove incorrect unsized-array-non-const-index-2.vertIan Romanick
2011-03-12util: Change signature of piglit_get_gl_version()Chad Versace
2011-03-07cmake: Allow GL/glext.h to be specified separately.José Fonseca
2011-03-03Add a parser test with a really, really long identifier.Kenneth Graunke
2011-03-01glslparsertest: Call glewInit() when building against OpenGLShuang He
2011-03-01Add new tests for short-circuit && and || evaluation.Kenneth Graunke
2011-02-25glslparsertest: Build executable glslparsertest_gles2Chad Versace
2011-02-25cmake: Each CMakeLists.txt that produces a target, rename to CMakeLists.gl.txtChad Versace
2011-02-25cmake: Don't add source dirs as link dirsChad Versace
2011-02-17Import GLEWMarek Olšák
2011-02-04glsl-1.xx: Move some tests from glslparsertest into spec directoryChad Versace
2011-02-04glslparsertest: Fix #version directive in modulus-zero-01.fragChad Versace
2011-02-02glslparsertest: Add tests for division by zeroChad Versace
2011-01-28Fix config typos in consecutive characters GLSL tests.Vinson Lee
2011-01-26Add shaders with large number of consecutive non-newline characters.Vinson Lee
2011-01-25Add GLSL test case for function recursion.Vinson Lee
2011-01-25Add more multi-dimensional array negative tests.Vinson Lee
2011-01-24Add test case for array size limit in Mesa 7.8 compiler.Vinson Lee
2011-01-13glslparsertest: Add support for GLSL 1.00 via GL_ARB_ES2_compatibilityIan Romanick
2011-01-12glslparsertest: Replace qualifier-08.vert with separate tests for centroid an...Ian Romanick
2011-01-12glsl-1.10/glsl-1.20/glsl-1.30: Shuffle more in / out / inout parser testsIan Romanick
2011-01-07glsl-1.10: Move qualifier-02.vert to glsl-1.10, fix problems in testIan Romanick
2011-01-07glslparsertest: Allow tests to require GL extensionsIan Romanick