summaryrefslogtreecommitdiff
path: root/tests/glslparsertest
AgeCommit message (Expand)AuthorFilesLines
2017-04-03glslparsertest: Add test case for FDO bug #100438.Vinson Lee1-0/+10
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-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
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
2015-03-08Delete redundant condition-07.vert test.Kenneth Graunke1-26/+0
2014-10-24Add shader tests for out of bounds array indexAnuj Phogat4-0/+63
2014-08-12tests/glslparsertest/glsl2: Remove illegal comments from glslparsertestsDylan Baker496-4886/+3398
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-07-06glsl-1.10: Add octal/hex integer literal tests.Matt Turner2-26/+0
2014-06-27cmake: Don't link to the OpenGL ES 2.0 libraryChad Versace1-4/+1
2014-06-03glslparsertest: Support tessellation shaders.Fabian Bieler1-1/+20
2014-05-30glslparsertest: s/vesion/version/Brian Paul1-1/+1
2014-05-14remove old shell wrapperDylan Baker1-33/+0
2014-05-14Remove old versions of make_tex_lod_tests.shDylan Baker2-113/+0
2014-04-15Yet another fix of the FSF address (i.e., don’t use it at all).Matěj Cepl1-3/+4
2014-04-11Add a piglit test which reproduces an opt_vectorizer bug.Kenneth Graunke1-0/+17
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-10-04glslparsertest: Reproduce a segfault in Mesa's GLSL linkerIan Romanick1-0/+13
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-28gen_builtin_test.py: PEP8 complianceDylan Baker1-37/+34
2013-08-15glsl-1.30: Allow empty declarations with precision qualifierIan Romanick1-6/+7
2013-08-13glslparsertest: Add complementary shaders to link GLSL ES 3.00 shaders tooIan Romanick1-4/+7
2013-07-19glsl-1.10: Test the parameters cannot be const and out/inout.Matt Turner1-21/+0
2013-06-27CorrectPreprocess11: Remove from tree.José Fonseca1-68/+0
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-05-08Add a GLSL parser test for a late function prototype.Kenneth Graunke1-0/+7
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