summaryrefslogtreecommitdiff
path: root/tests/shaders/shader_runner.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-16shader_runner: Partially process the requirements section before creating the...Ian Romanick1-1/+101
2012-11-16shader_runner: Set a VAO in a GL 3.1 contextIan Romanick1-1/+9
2012-11-16shader_runner: Use integers for GL and GLSL versionsIan Romanick1-26/+40
2012-11-16shader_runner: Refactor version comparisonsIan Romanick1-8/+11
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-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
2012-09-20shader_runner: add casts to silence char** vs const GLchar** warningsBrian Paul1-2/+2
2012-09-17Make shader_runner add a #version directive to shaders lacking one.Stuart Abercrombie1-7/+34
2012-08-31Remove multiple shader files per section facility from shader_runner.Stuart Abercrombie1-37/+28
2012-08-09shader_runner: Allow uniform setup through a uniform block.Eric Anholt1-0/+147
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-04-17shader_runner: Add support for adjusting the probe tolerance.Kenneth Graunke1-0/+4
2012-04-17shader_runner: Add ability to create textures with per-miplevel colors.Kenneth Graunke1-0/+4
2012-04-17shader_runner: Add support for setting the Min/Mag filters.Kenneth Graunke1-0/+24
2012-04-17shader_runner: Change texparameter syntax to include a space.Kenneth Graunke1-3/+3
2012-04-17shader_runner: Add support for arbitrary texparameter targets.Kenneth Graunke1-11/+30
2012-04-17shader_runner: Rename generic "mode_table" variable for clarity.Kenneth Graunke1-12/+10
2012-03-07Stop referring to nonstandard enums GL_CLIP_PLANE{6,7}.Paul Berry1-2/+2
2012-02-20shader_runner: Cast isspace inputs to int to silence warnings.Vinson Lee1-3/+3
2012-02-14shader_runner: move declaration before codeBrian Paul1-1/+2
2012-02-13Modify shader_runner to skip tests with unsigned uniforms when GL<3.0Paul Berry1-0/+15
2012-01-25shader_runner: Support "matN" notation for loading uniforms.Kenneth Graunke1-7/+7
2011-12-04shader_runner: Add support for setting vp/fp parameters.Eric Anholt1-0/+30
2011-12-04shader_runner: Add simple support for binding vertex/fragment programs.Eric Anholt1-0/+35
2011-12-04shader_runner: Handle the texparameters in a more generic fashion.Eric Anholt1-245/+65
2011-12-04shader_runner: Consistently use string_match() instead of hard-coded strlens.Eric Anholt1-207/+86
2011-11-30shader_runner: Fix printf format warnings.Vinson Lee1-2/+2
2011-10-27Add a "shade model" command to shader_runner.Paul Berry1-0/+4
2011-10-27Add a "frustum" command to shader_runner.Paul Berry1-0/+4
2011-10-27Add shader_runner support for GL_VERTEX_PROGRAM_TWO_SIDE.Paul Berry1-0/+1
2011-10-27Add vbo support to shader_runner.Paul Berry1-0/+80
2011-10-13shader_runner: check for argc > 1 before accessing argv[1]Brian Paul1-1/+4
2011-09-20Update clip distance tests to use 8 clip distances.Paul Berry1-0/+2
2011-09-08Add sampler2DRect GLSL testsMarek Olšák1-0/+88
2011-09-08Add sampler1DArrayShadow and sampler2DArrayShadow GLSL testsMarek Olšák1-1/+177
2011-09-08Add sampler1DShadow GLSL testsMarek Olšák1-0/+88
2011-09-08util: add 1D and texture array support to piglit_depth_textureMarek Olšák1-2/+2
2011-09-08shader_runner: rename "texparameter" to "texparameter2D"Marek Olšák1-24/+24
2011-09-08shader_runner: rename "texture shadow" to "texture shadow2D"Marek Olšák1-1/+1
2011-08-28shader_runner: Only swapbuffers if appropriate (!auto, !fbo).Eric Anholt1-1/+1
2011-08-19shader_runner: Add rlimit option for shader testsIan Romanick1-0/+13
2011-08-18Add uint and uvec uniform support to shader_runner.Paul Berry1-0/+30
2011-07-25shader_runner: add cases for other shadow compare funcsBrian Paul1-0/+30
2011-06-24shader_runner: Added a variant of the "ortho" command that takes parametersPaul Berry1-0/+4
2011-06-24shader_runner: added the ability to set and enable/disable clip planes.Paul Berry1-0/+48
2011-05-19shader_runner: Add the ability to specify uniform integer vectorsIan Romanick1-0/+26
2011-05-01shader_runner: Add the ability to specify uniform matricesIan Romanick1-0/+50
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-11/+11