summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-uniform-out-of-bounds.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2012-11-06shaders: remove config.window_width/height = 100 linesBrian Paul1-2/+0
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace1-0/+2
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-4/+7
2012-10-09tests: Remove direct includes of piglit-framework.hChad Versace1-1/+0
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-3/+4
2012-03-07Stop using GLEW extension macrosPaul Berry1-1/+1
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-4/+4
2011-02-17Remove unnecessary OpenGL extension definesMarek Olšák1-5/+1
2010-08-23glsl-uniform-out-of-bounds: Make this test access the end of b[3].Eric Anholt1-2/+2
2009-11-06glsl-uniform-out-of-bounds: Cast glGetError return values to void.Vinson Lee1-6/+6
2009-10-15Hide platform issues from tests.Ian Romanick1-8/+0
2009-10-07glsl-uniform-out-of-bounds: Fail harder on Mesa with incorrect handlingNicolai Hähnle1-11/+13
2009-10-06Silence MSVC C4255 warnings.Vinson Lee1-1/+1
2009-10-05glsl-uniform-out-of-bounds: Fix MSVC build.Vinson Lee1-1/+13
2009-10-03glsl-uniform-out-of-bounds: New testNicolai Hähnle1-0/+311