summaryrefslogtreecommitdiff
path: root/tests/glslparsertest
AgeCommit message (Expand)AuthorFilesLines
2013-02-27glslparsertest: Avoid uninitialized vars in parse_glsl_version_number.Paul Berry1-3/+11
2013-02-27glslparsertest: Don't require ES compatibility extensions when testing GLES.Paul Berry1-11/+25
2013-02-27glslparsertest: Fix parsing of GL_SHADING_LANGUAGE_VERSION in GLES.Paul Berry1-5/+28
2013-02-15glslparsertest: Add support for testing geometry shaders.Paul Berry1-14/+59
2013-02-15shader_runner and glslparsertest: choose GL version more accurately.Paul Berry1-22/+14
2013-01-11Remove commen-continuation test.Carl Worth1-15/+0
2012-12-06Fix shell scripts that claim to run with /bin/sh but actually need /bin/bash.Stuart Abercrombie2-2/+2
2012-11-30util/gl: Kill shader wrapper functionsChad Versace1-10/+10
2012-11-29util/gl: Add config field 'supports_gl_es_version'Chad Versace1-5/+5
2012-11-26glslparsertest: Add support for GLSL ES 3.0 via GL_ARB_ES3_compatibilityIan Romanick1-0/+2
2012-11-26glslparsertest: Use integers for GL and GLSL versionsIan Romanick1-21/+33
2012-11-16glslparsertest: Use specified GLSL version to select API versionIan Romanick1-2/+35
2012-10-26Add a new GLSL parser test for ? : at global scope.Kenneth Graunke1-0/+8
2012-10-25Add test for comment continuation in the middle of a define.José Fonseca1-0/+38
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace1-0/+3
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-4/+7
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace1-4/+4
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-05-23cmake: Stop GLES tests from linking to glut_eglChad Versace1-1/+0
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace2-2/+2
2012-03-12glslparsertest: Allow ! in extension list to require non-support.Kenneth Graunke1-1/+4
2012-03-12cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.José Fonseca1-0/+1
2012-02-25Convert older tests to use piglit-framework.cPaul Berry1-12/+11
2012-02-02glslparsertest: use piglit_load_text_file for shaders.Morgan Armand1-22/+1
2011-11-14Add a test to reproduce an exact/inexact built-in matching bug in Mesa.Kenneth Graunke1-0/+35
2011-11-10bit-not-09: Add new test case for bitwise complement of a boolean.Vinson Lee1-0/+11
2011-10-17Split piglit_get_gl_version() into two functions.Paul Berry1-5/+5
2011-09-20glslparsertest: use dummy shaders when linking for GLSL 1.00 ES.Paul Berry1-1/+41
2011-09-07Add --check-link option to glslparsertest.Paul Berry1-26/+62
2011-08-19Remove redundant testIan Romanick1-22/+0
2011-06-18glslparsertest: Also call glLinkShader on shaders that compiled.Eric Anholt1-0/+17
2011-06-14Add new parser test (max-uvec3.vert).Kenneth Graunke1-0/+14
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-2/+2
2011-03-15Remove tests from tests/glslparsertest/glsl2 made redundant by previous commitIan Romanick15-289/+0
2011-03-15Remove incorrect unsized-array-non-const-index-2.vertIan Romanick1-16/+0
2011-03-12util: Change signature of piglit_get_gl_version()Chad Versace1-5/+5
2011-03-07cmake: Allow GL/glext.h to be specified separately.José Fonseca1-0/+2
2011-03-03Add a parser test with a really, really long identifier.Kenneth Graunke1-0/+8
2011-03-01glslparsertest: Call glewInit() when building against OpenGLShuang He1-0/+4
2011-03-01Add new tests for short-circuit && and || evaluation.Kenneth Graunke2-0/+30
2011-02-25glslparsertest: Build executable glslparsertest_gles2Chad Versace4-49/+75
2011-02-25cmake: Each CMakeLists.txt that produces a target, rename to CMakeLists.gl.txtChad Versace2-16/+19
2011-02-25cmake: Don't add source dirs as link dirsChad Versace1-4/+0
2011-02-17Import GLEWMarek Olšák1-2/+0
2011-02-04glsl-1.xx: Move some tests from glslparsertest into spec directoryChad Versace5-65/+0
2011-02-04glslparsertest: Fix #version directive in modulus-zero-01.fragChad Versace1-2/+2