summaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glslparsertest.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-16glslparsertest: Handle compute and tessellation shaders in ES.Kenneth Graunke1-23/+18
2015-11-09glslparsertest: Update for gles3.1 and gles3.2Dylan Baker1-2/+34
2015-09-06glslparsertest: fix buffer overflowMarek Olšák1-5/+5
2015-07-08glslparsertest: fix tessellation shader tests by adding all required shadersMarek Olšák1-0/+9
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-06-03glslparsertest: Support tessellation shaders.Fabian Bieler1-1/+20
2014-05-30glslparsertest: s/vesion/version/Brian Paul1-1/+1
2014-01-30glslparsertest: Support geometry and compute shader in {compile, link} statusAnuj Phogat1-2/+20
2014-01-13glslparsertest: Silence uninitialized variable warnings.Vinson Lee1-0/+2
2014-01-09glslparsertest: Test compute shaders.Paul Berry1-0/+11
2013-09-20glslparsertest: Fix implicit-function-declaration warningChad Versace1-1/+3
2013-08-30glslparsertest: Fix handling of --check-link optionIan Romanick1-1/+1
2013-08-13glslparsertest: Add complementary shaders to link GLSL ES 3.00 shaders tooIan Romanick1-4/+7
2013-06-12glslparsertest: Fix handling of GL_GEOMETRY_VERTICES_OUT_ARB.Paul Berry1-1/+1
2013-05-30util: Don't call exit() after piglit_report_result() [v2]Chad Versace1-3/+0
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
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-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-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-03-12glslparsertest: Allow ! in extension list to require non-support.Kenneth Graunke1-1/+4
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-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-06-18glslparsertest: Also call glLinkShader on shaders that compiled.Eric Anholt1-0/+17
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-2/+2
2011-03-12util: Change signature of piglit_get_gl_version()Chad Versace1-5/+5
2011-03-01glslparsertest: Call glewInit() when building against OpenGLShuang He1-0/+4
2011-02-25glslparsertest: Build executable glslparsertest_gles2Chad Versace1-42/+56
2011-01-13glslparsertest: Add support for GLSL 1.00 via GL_ARB_ES2_compatibilityIan Romanick1-6/+8
2011-01-07glslparsertest: Allow tests to require GL extensionsIan Romanick1-4/+8
2010-10-14glslparsertest: Add diagnostic messages for when tests are skippedChad Versace1-2/+10
2010-10-01glslparsertest: Use ARB_shader_objects tokens in ARB_shader_objects calls.Vinson Lee1-2/+2
2010-09-30glslparsertest: Correctly retrieve information log for ARB_shader_objects.Vinson Lee1-1/+1
2010-08-17glslparsertest: Add support for running using ARB_shader_objects + ARB_fs/vs.Eric Anholt1-10/+34
2010-07-07glslparsertest: When getting an unexpected result, print shader source.Eric Anholt1-2/+10
2010-07-02glslparsertest: Add minimum GLSL version requirementsIan Romanick1-3/+20