index
:
~fredrik/piglit
arb-direct-state-access
arb-multi-bind
master
Unnamed repository; edit this file to name it for gitweb.
fredrik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
shaders
/
shader_runner.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-16
shader_runner: Partially process the requirements section before creating the...
Ian Romanick
1
-1
/
+101
2012-11-16
shader_runner: Set a VAO in a GL 3.1 context
Ian Romanick
1
-1
/
+9
2012-11-16
shader_runner: Use integers for GL and GLSL versions
Ian Romanick
1
-26
/
+40
2012-11-16
shader_runner: Refactor version comparisons
Ian Romanick
1
-8
/
+11
2012-10-09
util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)
Chad Versace
1
-0
/
+2
2012-10-09
util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/END
Chad Versace
1
-4
/
+7
2012-10-09
util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)
Chad Versace
1
-1
/
+1
2012-09-20
shader_runner: add casts to silence char** vs const GLchar** warnings
Brian Paul
1
-2
/
+2
2012-09-17
Make shader_runner add a #version directive to shaders lacking one.
Stuart Abercrombie
1
-7
/
+34
2012-08-31
Remove multiple shader files per section facility from shader_runner.
Stuart Abercrombie
1
-37
/
+28
2012-08-09
shader_runner: Allow uniform setup through a uniform block.
Eric Anholt
1
-0
/
+147
2012-06-28
util: Move piglit-util to piglit-util-gl-common
Blaž Tomažič
1
-1
/
+1
2012-06-20
tests: Let each test define main()
Chad Versace
1
-2
/
+4
2012-04-17
shader_runner: Add support for adjusting the probe tolerance.
Kenneth Graunke
1
-0
/
+4
2012-04-17
shader_runner: Add ability to create textures with per-miplevel colors.
Kenneth Graunke
1
-0
/
+4
2012-04-17
shader_runner: Add support for setting the Min/Mag filters.
Kenneth Graunke
1
-0
/
+24
2012-04-17
shader_runner: Change texparameter syntax to include a space.
Kenneth Graunke
1
-3
/
+3
2012-04-17
shader_runner: Add support for arbitrary texparameter targets.
Kenneth Graunke
1
-11
/
+30
2012-04-17
shader_runner: Rename generic "mode_table" variable for clarity.
Kenneth Graunke
1
-12
/
+10
2012-03-07
Stop referring to nonstandard enums GL_CLIP_PLANE{6,7}.
Paul Berry
1
-2
/
+2
2012-02-20
shader_runner: Cast isspace inputs to int to silence warnings.
Vinson Lee
1
-3
/
+3
2012-02-14
shader_runner: move declaration before code
Brian Paul
1
-1
/
+2
2012-02-13
Modify shader_runner to skip tests with unsigned uniforms when GL<3.0
Paul Berry
1
-0
/
+15
2012-01-25
shader_runner: Support "matN" notation for loading uniforms.
Kenneth Graunke
1
-7
/
+7
2011-12-04
shader_runner: Add support for setting vp/fp parameters.
Eric Anholt
1
-0
/
+30
2011-12-04
shader_runner: Add simple support for binding vertex/fragment programs.
Eric Anholt
1
-0
/
+35
2011-12-04
shader_runner: Handle the texparameters in a more generic fashion.
Eric Anholt
1
-245
/
+65
2011-12-04
shader_runner: Consistently use string_match() instead of hard-coded strlens.
Eric Anholt
1
-207
/
+86
2011-11-30
shader_runner: Fix printf format warnings.
Vinson Lee
1
-2
/
+2
2011-10-27
Add a "shade model" command to shader_runner.
Paul Berry
1
-0
/
+4
2011-10-27
Add a "frustum" command to shader_runner.
Paul Berry
1
-0
/
+4
2011-10-27
Add shader_runner support for GL_VERTEX_PROGRAM_TWO_SIDE.
Paul Berry
1
-0
/
+1
2011-10-27
Add vbo support to shader_runner.
Paul Berry
1
-0
/
+80
2011-10-13
shader_runner: check for argc > 1 before accessing argv[1]
Brian Paul
1
-1
/
+4
2011-09-20
Update clip distance tests to use 8 clip distances.
Paul Berry
1
-0
/
+2
2011-09-08
Add sampler2DRect GLSL tests
Marek Olšák
1
-0
/
+88
2011-09-08
Add sampler1DArrayShadow and sampler2DArrayShadow GLSL tests
Marek Olšák
1
-1
/
+177
2011-09-08
Add sampler1DShadow GLSL tests
Marek Olšák
1
-0
/
+88
2011-09-08
util: add 1D and texture array support to piglit_depth_texture
Marek Olšák
1
-2
/
+2
2011-09-08
shader_runner: rename "texparameter" to "texparameter2D"
Marek Olšák
1
-24
/
+24
2011-09-08
shader_runner: rename "texture shadow" to "texture shadow2D"
Marek Olšák
1
-1
/
+1
2011-08-28
shader_runner: Only swapbuffers if appropriate (!auto, !fbo).
Eric Anholt
1
-1
/
+1
2011-08-19
shader_runner: Add rlimit option for shader tests
Ian Romanick
1
-0
/
+13
2011-08-18
Add uint and uvec uniform support to shader_runner.
Paul Berry
1
-0
/
+30
2011-07-25
shader_runner: add cases for other shadow compare funcs
Brian Paul
1
-0
/
+30
2011-06-24
shader_runner: Added a variant of the "ortho" command that takes parameters
Paul Berry
1
-0
/
+4
2011-06-24
shader_runner: added the ability to set and enable/disable clip planes.
Paul Berry
1
-0
/
+48
2011-05-19
shader_runner: Add the ability to specify uniform integer vectors
Ian Romanick
1
-0
/
+26
2011-05-01
shader_runner: Add the ability to specify uniform matrices
Ian Romanick
1
-0
/
+50
2011-04-29
Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.
Marek Olšák
1
-11
/
+11
[next]