summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-09gen_builtin_uniform_tests.py: Draw small rectangles per test, and probe them.vc4-perfEric Anholt1-13/+54
2015-04-09gen_builtin_uniform_tests.py: Refactor how we generate draws/probes.Eric Anholt1-24/+39
2015-04-09gen_builtin_uniform_tests.py: Take advantage of draw_rect support for core co...Eric Anholt1-27/+7
2015-04-09shader_runner: Add a non-relative, rgba variant of relative probe rect rgb.Eric Anholt1-0/+13
2015-04-09shader_runner: Add a command for drawing a rect using pixel coordinates.Eric Anholt1-0/+8
2015-04-09fbo-colormask-formats: Don't forget to run the core tests.Eric Anholt1-0/+1
2015-04-08cl: Fix tolerance requirements to match the specsJan Vesely1-12/+12
2015-04-08program_interface_query: add getprogramresourceiv in all.pyMartin Peres1-0/+1
2015-04-08arb_vertex_attrib_64bit: explicit attribute location testDave Airlie1-0/+44
2015-04-08arb_vertex_attrib_64bit: use a dvec3 inputDave Airlie1-0/+37
2015-04-08arb_vertex_attrib_64bit: pass a 64-bit vertex attrib through to frag shader (v2)Dave Airlie1-0/+50
2015-04-08arb_vertex_attrib_64bit: add simple vertex input fp64 testDave Airlie1-0/+36
2015-04-08all.py: fix test nameDave Airlie1-1/+1
2015-04-08arb_vertex_attrib_64bit: add simple preprocessor testsDave Airlie2-0/+38
2015-04-07arb_fbo: add test of mixed color/depth buffer sizesBrian Paul3-0/+177
2015-04-07tests/spec/gl-1.0: alphabetize test names in CMakeLists.gl.txtBrian Paul1-6/+6
2015-04-07drawpixels-color-index: new test for glDrawPixels(GL_COLOR_INDEX)Brian Paul3-2/+166
2015-04-07arb_clear_texture-clear-max-level: exercise an nvidia ARB_clear_texture bugBrian Paul3-0/+132
2015-04-07glsl-1.10: Test bool-to-float-cast of equal of an expressionIan Romanick2-0/+62
2015-04-07glsl-1.10: Test bool-to-float-cast of notEqual of an expressionIan Romanick2-0/+62
2015-04-07glsl-1.10: Rename tests to follow <stage>-<built-in>-<details> patternIan Romanick2-0/+0
2015-04-07glsl-1.20: Move notEqual tests from shaders to spec/glsl-1.20Ian Romanick2-0/+0
2015-04-07glsl-1.20: Use [vertex shader passthrough] in notEqual testsIan Romanick2-10/+2
2015-04-07program_interface_query: add tests for getprogramresourceivMartin Peres2-0/+1133
2015-04-07program_interface_query: move some shaders to common.hMartin Peres2-27/+27
2015-04-07program_interface_query: add tests for getprogramresourcenameMartin Peres3-0/+185
2015-04-07program_interface_query: add tests for getprogramresourceindexMartin Peres5-286/+362
2015-04-07program_interface_query: add tests for getprograminterfaceivMartin Peres4-21/+204
2015-04-07program_interface_query: add tests for querying the resourcesMartin Peres4-0/+1021
2015-04-07generator: clear before rendering with the builtin testsDave Airlie2-0/+4
2015-04-02arb_sync: Test to demonstrate ClientWaitSync bug.Laura Ekstrand3-0/+205
2015-04-02texturing: Testing glGenerateMipmap(GL_TEXTURE_CUBE_MAP) without glTexStorage2D.Laura Ekstrand3-0/+92
2015-04-01profile.py: Don't allow accidental reassignments of TestDict keysDylan Baker4-19/+183
2015-04-01tests/cl.py: Remove accident duplicate testDylan Baker1-1/+0
2015-04-01tests/all.py: Don't add glsl-1.50 TextureSize tests twiceDylan Baker1-5/+13
2015-04-01tests/all.py: remove duplicate oes_compressed_paletted testDylan Baker1-1/+0
2015-04-01tests/all.py: move arb_gpu_shader5 out of loopDylan Baker1-18/+18
2015-04-01tests/all.py: move arb_framebuffer-rgb tests out of loopDylan Baker1-2/+2
2015-04-01tests/all.py: Remove duplicate arb_tessellation_shader_minmax entryDylan Baker1-1/+0
2015-04-01tests/all.py: fix two tests that had options droppedDylan Baker1-2/+2
2015-04-01Skip fp-indirections if the limits exposed are totally bogus.Kenneth Graunke1-0/+13
2015-04-01all.py: Fix space in executable name.Laura Ekstrand1-1/+2
2015-04-01all.py: Change format for arb_direct_state_access-compressedtextureimage.Laura Ekstrand1-2/+2
2015-04-01arb_direct_state_access: Fix file nameAnuj Phogat1-1/+1
2015-03-31glsl-1.10: Add vec4 test for gl_FrontFacing ternary usage.Tapani Pälli1-0/+24
2015-03-30cl: Enable required extension before using double typeJan Vesely2-4/+4
2015-03-30tests/all: Fix Windows exclusion of GLX tests.Jose Fonseca1-2/+1
2015-03-30glsl-1.50: don't do link check in gs-also-uses-smooth-flat-noperspective.geomSamuel Iglesias Gonsalvez1-1/+1
2015-03-30arb_arrays_of_arrays: fix output sizeTimothy Arceri1-2/+3
2015-03-30glsl-es-1.00: add test for constant-index-expression indexingTapani Pälli1-0/+24