aboutsummaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glslparsertest.c
AgeCommit message (Expand)Author
2012-11-16glslparsertest: Use specified GLSL version to select API versionIan Romanick
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-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič
2012-06-20tests: Let each test define main()Chad Versace
2012-03-12glslparsertest: Allow ! in extension list to require non-support.Kenneth Graunke
2012-02-25Convert older tests to use piglit-framework.cPaul Berry
2012-02-02glslparsertest: use piglit_load_text_file for shaders.Morgan Armand
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-06-18glslparsertest: Also call glLinkShader on shaders that compiled.Eric Anholt
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák
2011-03-12util: Change signature of piglit_get_gl_version()Chad Versace
2011-03-01glslparsertest: Call glewInit() when building against OpenGLShuang He
2011-02-25glslparsertest: Build executable glslparsertest_gles2Chad Versace
2011-01-13glslparsertest: Add support for GLSL 1.00 via GL_ARB_ES2_compatibilityIan Romanick
2011-01-07glslparsertest: Allow tests to require GL extensionsIan Romanick
2010-10-14glslparsertest: Add diagnostic messages for when tests are skippedChad Versace
2010-10-01glslparsertest: Use ARB_shader_objects tokens in ARB_shader_objects calls.Vinson Lee
2010-09-30glslparsertest: Correctly retrieve information log for ARB_shader_objects.Vinson Lee
2010-08-17glslparsertest: Add support for running using ARB_shader_objects + ARB_fs/vs.Eric Anholt
2010-07-07glslparsertest: When getting an unexpected result, print shader source.Eric Anholt
2010-07-02glslparsertest: Add minimum GLSL version requirementsIan Romanick
2010-05-13glslparsertest: Don't actually show the window we create.Eric Anholt
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt
2009-08-25Silence MSVC C4255 warnings.Vinson Lee
2009-07-17Remove fopen mode "o".Vinson Lee
2009-05-21glslparsertest: Reorder includes.Vinson Lee
2009-05-20Mac OS GLUT header fixesVinson Lee
2009-04-30Add the 3DLabs GLSLParserTest tests to all.tests.Eric Anholt
2009-04-30Add a GLSL parser test runner.Eric Anholt