summaryrefslogtreecommitdiff
path: root/tests/spec/arb_shader_texture_lod
AgeCommit message (Expand)AuthorFilesLines
2013-04-05arb_shader_texture_lod-texgradcube: Test explicit derivatives for cube mapsRoland Scheidegger2-0/+196
2012-12-06Fix shell scripts that claim to run with /bin/sh but actually need /bin/bash.Stuart Abercrombie1-1/+1
2012-11-30util/gl: Kill shader wrapper functionsChad Versace1-2/+2
2012-10-29texgrad: use glFrustum() instead of gluPerspective()Brian Paul1-2/+1
2012-10-15Fix missing glu.h inclusionsMarek Olšák1-0/+1
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-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes1-1/+1
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-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-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-04-17shader_runner: Change texparameter syntax to include a space.Kenneth Graunke10-36/+36
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-1/+1
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2011-09-08shader_runner: rename "texparameter" to "texparameter2D"Marek Olšák10-36/+36
2011-09-08shader_runner: rename "texture shadow" to "texture shadow2D"Marek Olšák10-10/+10
2011-07-12glsl-fs-shadow2DGradARB-*: require ARB_shader_texture_lodMarek Olšák10-0/+10
2011-06-17Add ten new shadow2DGrabARB execution tests.Kenneth Graunke12-0/+433
2011-06-17Split ARB_shader_texture_lod tests into compiler/execution subgroups.Kenneth Graunke51-0/+0
2011-05-13Make TIFF an optional dependency.José Fonseca1-1/+0
2011-05-07texgrad: increase color tolerance by 1 bitMarek Olšák1-0/+2
2011-03-07cmake: Allow GL/glext.h to be specified separately.José Fonseca1-0/+1
2011-02-26arb_shader_texture_lod-texgrad: Fix GLSL compilation error.Vinson Lee1-0/+1
2011-02-25cmake: Each CMakeLists.txt that produces a target, rename to CMakeLists.gl.txtChad Versace2-15/+18
2011-02-25cmake: Don't add source dirs as link dirsChad Versace1-4/+0
2011-02-18arb_shader_texture_lod-texgrad: update authorsMarek Olšák1-0/+4
2011-02-18arb_shader_texture_lod-texgrad: new test for texture2DGradARB GLSL functionMarek Olšák2-0/+197
2011-01-25glsl_parser_test: Rename config opt 'extension' to 'require_extensions'Chad Versace47-47/+47
2011-01-07ARB_shader_texture_lod: Add compiler tests for ARB_shader_texture_lodIan Romanick48-0/+1047