aboutsummaryrefslogtreecommitdiff
path: root/tests/glslparsertest
AgeCommit message (Expand)Author
2013-02-27glslparsertest: Avoid uninitialized vars in parse_glsl_version_number.Paul Berry
2013-02-27glslparsertest: Don't require ES compatibility extensions when testing GLES.Paul Berry
2013-02-27glslparsertest: Fix parsing of GL_SHADING_LANGUAGE_VERSION in GLES.Paul Berry
2013-02-15glslparsertest: Add support for testing geometry shaders.Paul Berry
2013-02-15shader_runner and glslparsertest: choose GL version more accurately.Paul Berry
2013-01-11Remove commen-continuation test.Carl Worth
2012-12-06Fix shell scripts that claim to run with /bin/sh but actually need /bin/bash.Stuart Abercrombie
2012-11-30util/gl: Kill shader wrapper functionsChad Versace
2012-11-29util/gl: Add config field 'supports_gl_es_version'Chad Versace
2012-11-26glslparsertest: Add support for GLSL ES 3.0 via GL_ARB_ES3_compatibilityIan Romanick
2012-11-26glslparsertest: Use integers for GL and GLSL versionsIan Romanick
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