summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-05arb_texture_stencil8: add rendering testi-cant-believe-its-not-arb_shader_subroutineDave Airlie2-0/+215
2015-04-05arb_texture_stencil8: add initial texture interface testDave Airlie4-0/+173
2015-04-05arb_vertex_attrib_64bit: use a dvec3 inputDave Airlie1-0/+42
2015-04-05arb_vertex_attrib_64bit: exercise the VertexAttribL interfacesDave Airlie5-0/+357
2015-04-05arb_vertex_attrib_64bit: pass a 64-bit vertex attrib through to frag shaderDave Airlie1-0/+50
2015-04-05arb_vertex_attrib_64bit: add simple preprocessor testsDave Airlie2-0/+38
2015-04-05arb_vertex_attrib_64bit: add simple vertex input fp64 testDave Airlie1-0/+42
2015-04-05shaders: add test for bool casting of large integers.Dave Airlie1-0/+32
2015-04-05readpix-z: fix tolerance calculationDave Airlie1-1/+1
2015-04-05arb_gpu_shader_fp64: add tests for builtin functionsTapani Pälli18-0/+367
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
2015-03-28glsl-1.50: check read only interfaces are read onlyTimothy Arceri4-0/+80
2015-03-26gl-2.0: port const vertex attrib webgl test to piglitIlia Mirkin3-0/+138
2015-03-26glsl-1.20: add test to tickle copy propagation bug in st/mesaIlia Mirkin1-0/+99
2015-03-26cl: add atan2pi testJan Vesely1-0/+11
2015-03-26cl: add asinpi testJan Vesely1-0/+10
2015-03-26cl: add acospi testJan Vesely1-0/+10
2015-03-26igt.py: don't check the environment when in dry-run modeThomas Wood1-1/+1
2015-03-26profile.py: pass options to the pre-run and post-run hooksThomas Wood3-6/+10
2015-03-25arb_color_buffer_float: Don't try to use MRT if number of draw buffers is 1.Eric Anholt1-5/+13
2015-03-25arb_color_buffer_float: Actually use the enum names.Eric Anholt1-6/+10
2015-03-25variable-indexing: Re-run code generation and commit.Eric Anholt216-0/+216
2015-03-25variable-index-read/write.sh: Emit requirements for varying floats.Eric Anholt2-0/+17
2015-03-25variable-index-read/write.sh: Add a script for regenerating all of them.Eric Anholt1-0/+12
2015-03-25shader_runner: Add support for checking for max varying components.Eric Anholt1-0/+11
2015-03-25shader_runner: Generalize the check for vert/frag uniform components.Eric Anholt1-22/+29
2015-03-25tex-miplevel-selection: Fix textureProj failures due to precision errorsIago Toral Quiroga1-4/+4
2015-03-24arb_direct_state_access: Remove unused variables.Vinson Lee1-2/+0
2015-03-24fs-discard-exit-2: Fix Clang absolute-value warnings.Vinson Lee1-2/+2
2015-03-24arb_pipeline_statistics_query-comp: Fix out-of-bounds reads.Vinson Lee1-3/+3
2015-03-24arb_direct_state_access: Ignore scanf return value.Vinson Lee1-1/+1