aboutsummaryrefslogtreecommitdiff
path: root/tests/shaders
AgeCommit message (Expand)Author
2013-01-18glsl-fs-color-matrix: Check result of piglit_link_check_status.Vinson Lee
2013-01-18attribute0: Check result of piglit_link_check_status.Vinson Lee
2013-01-17glsl-mat-attribute: Use result of link status check.Vinson Lee
2013-01-16Accept array uniform names with or without [0] from glGetActiveUniformIan Romanick
2013-01-16shader_runner: Alter GL/GLSL ES version requirement syntax.Stuart Abercrombie
2013-01-14test/shaders: remove explicit 100x100 window sizesBrian Paul
2013-01-14shader_runner_gles2: Remove cast warningChad Versace
2013-01-14shader_runner_gles2: Remove unused variable warningsChad Versace
2013-01-09shader_runner: add gles2 supportTom Gall
2013-01-03Convert glsl-fs-mix-constant to a shader runner test.Kenneth Graunke
2013-01-03Convert glsl-fs-mix to a shader runner test.Kenneth Graunke
2012-12-16glsl-routing: Fix off-by-one error in for loop.Vinson Lee
2012-12-14shader_runner: Fix memory leak.Vinson Lee
2012-12-13shader_runner: s/version/component_version/Vinson Lee
2012-12-11shader_runner: fix MSVC buildBrian Paul
2012-12-11glsl-uniform-out-of-bounds-2: remove unused variable jBrian Paul
2012-12-11shader_runner: Build shader_runner_gles3Chad Versace
2012-12-11shader_runner: Add GLES workarounds (v2)Chad Versace
2012-12-11shader_runner: Remove extension suffixes when possibleChad Versace
2012-12-11shader_runner: Remove unneeded MSVC workaroundsChad Versace
2012-12-11shader_runner: Create an ES context if test requests oneChad Versace
2012-12-11shader_runner: Parse ES versionsChad Versace
2012-12-11shader_runner: Allow struct version to represent ES versionsChad Versace
2012-12-11shader_runner: Add func version_string()Chad Versace
2012-12-11shader_runner: Add new func version_compare()Chad Versace
2012-12-11shader_runner: Change version type from uint to structChad Versace
2012-12-07Add test glsl-uniform-out-of-bounds-2.cFrank Henigman
2012-12-04glsl-fs-clamp-5: New test for a bug in the i965 driver.Eric Anholt
2012-11-30util/gl: Kill shader wrapper functionsChad Versace
2012-11-30shader_runner: Remove unused variableChad Versace
2012-11-16shader_runner: Partially process the requirements section before creating the...Ian Romanick
2012-11-16shader_runner: Set a VAO in a GL 3.1 contextIan Romanick
2012-11-16shader_runner: Use integers for GL and GLSL versionsIan Romanick
2012-11-16shader_runner: Refactor version comparisonsIan Romanick
2012-11-15glsl-max-varyings: Add a variant that also tests >MAX_VARYING_COMPONENTS.Eric Anholt
2012-11-11glsl-arb-fragment-coord-conventions: fix window size regressionBrian Paul
2012-11-11glsl-orangebook-ch06-bump: fix regression after default window size changeBrian Paul
2012-11-11glsl-kwin-blur: fix regressions after default window size changeBrian Paul
2012-11-06shaders: remove config.window_width/height = 100 linesBrian Paul
2012-11-06shaders: remove config.window_width/height = 100 linesBrian Paul
2012-10-29fp-fragment-position: use auto mipmap generation instead of gluBuild2DMipmaps()Brian Paul
2012-10-15Fix missing glu.h inclusionsMarek Olšák
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-09tests: Remove direct includes of piglit-framework.hChad Versace
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace
2012-10-09tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_funcChad Versace
2012-09-20shader_runner: add casts to silence char** vs const GLchar** warningsBrian Paul
2012-09-17Make shader_runner add a #version directive to shaders lacking one.Stuart Abercrombie
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes