summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-30getteximage-formats: Disable dithering during glDrawPixelsditherChad Versace1-0/+25
2017-01-27cl: Add tests for stored fnegMatt Arsenault2-23/+55
2017-01-27cl: Add tests for fdiv with neg/abs inputsMatt Arsenault2-0/+519
2017-01-25glsl-1.30: add a test that gl_ClipDistance actually affects all primitive typesNicolai Hähnle1-0/+68
2017-01-25glsl-1.20: add a test that gl_ClipVertex actually affects all primitive typesNicolai Hähnle1-0/+72
2017-01-24CMake: Enable python 3.6Dylan Baker1-1/+1
2017-01-20Test multiple inout parameters with arrays of arraysJuan A. Suarez Romero2-1/+39
2017-01-20Test multiple inout parameters with indirect array indexingJuan A. Suarez Romero2-0/+71
2017-01-19CI: Add python 3.6 to build matrixDylan Baker3-10/+22
2017-01-19unittests: Add new python generator to unittestsDylan Baker1-0/+1
2017-01-19PNG files, write mode correctionSebastian Olender1-1/+1
2017-01-12arb_texture_view: Fix MSVC build.Jose Fonseca1-1/+1
2017-01-12shader_runner: Fix MSVC build error.Jose Fonseca1-1/+1
2017-01-12resume: use the previously-set test-list when resumingMartin Peres1-11/+20
2017-01-10generated_tests: new compiler tests for INTEL_conservative_rasterizationLionel Landwerlin2-0/+177
2017-01-10Add GL_INTEL_conservative_rasterization testsLionel Landwerlin8-0/+527
2017-01-09deqp: Search stdout and stderr for X connection failureMark Janes1-2/+4
2017-01-07glsl-1.10: another test for min max optimisation passTimothy Arceri1-0/+32
2017-01-07glsl-1.10: test min max optimisation passTimothy Arceri1-0/+32
2017-01-04egl_khr_gl_image: Add test that clears a shared imageChad Versace5-0/+330
2017-01-03arb_shader_image_load_store/shader-mem-barrier: Add explicit memoryBarrier to...Francisco Jerez1-3/+3
2017-01-03getteximage-depth: Fix failures on cubemap-supporting GL < 3.0.Eric Anholt1-1/+2
2016-12-27cl/program-tester: Make sure that platform_ids is initializedAaron Watry1-1/+1
2016-12-23glsl-1.10: test unrolling of loops with various control flowTimothy Arceri3-0/+177
2016-12-21arb_gpu_shader_fp64: add packDouble2x32 and unpackDouble2x32 tests for vertex...Samuel Iglesias Gonsálvez3-0/+170
2016-12-20glsl-1.10: return lowering testsTimothy Arceri4-0/+212
2016-12-19Add a test for FDO bug #99154Niels Ole Salscheider1-0/+22
2016-12-14textureGather: replace gl_FragColor with user defined oneSebastian Olender1-2/+4
2016-12-12GL_ARB_draw_instanced/dlist: Fix crashArthur Huillet1-2/+3
2016-12-12fbo-clear-formats: Do one of the 4 clears unscissored.Eric Anholt1-3/+5
2016-12-12fbo-maxsize: Try to avoid allocating miplevels.Kenneth Graunke1-0/+5
2016-12-09cl: Add test for negative index + small offset for privateMatt Arsenault1-0/+101
2016-12-08cl: Add tests for 24-bit div / rem optimizationMatt Arsenault1-0/+1657
2016-12-08cl: Add f32 immediate testsMatt Arsenault1-0/+230
2016-12-06cl: Add test for clz optimizationsMatt Arsenault1-0/+389
2016-12-06cl: Add test for f64 inline immediatesMatt Arsenault1-0/+270
2016-12-02Add glsl-1.50/execution/geometry/gs-conditional-emitNicolai Hähnle1-0/+82
2016-12-01glsl-1.50: add test that emits max number of output componentsIlia Mirkin3-0/+320
2016-12-01util: link with WAYLAND_LIBRARIES when building for WaylandTapani Pälli1-0/+5
2016-11-29arb_internalformat_query2: GL_TEXTURE_BUFFER is also in core since 3.1Sebastian Olender1-1/+2
2016-11-26arb_shading_language_420pack: Add multiple layout qualifiers in a single buff...Andres Gomez2-0/+62
2016-11-26arb_shading_language_420pack: Add multiple layout qualifiers in a single unif...Andres Gomez2-0/+60
2016-11-26arb_shading_language_420pack: Add multiple layout qualifiers in a single outp...Andres Gomez4-0/+100
2016-11-26arb_shading_language_420pack: Add multiple layout qualifiers in a single inpu...Andres Gomez4-0/+114
2016-11-26arb_enhanced_layouts: More duplicated layout-qualifier-names testsAndres Gomez22-0/+878
2016-11-26arb_shading_language_420pack: More multiple layout qualifiers in a single dec...Andres Gomez8-0/+238
2016-11-26arb_enhanced_layouts: Add more xfb_stride redeclaration testsAndres Gomez14-6/+340
2016-11-26arb_tessellation_shader: Add tests for TCS output size redeclarationAndres Gomez2-0/+46
2016-11-26glsl-1.50: Add GS output layout qualifier redeclaration testAndres Gomez2-5/+42
2016-11-23gl-2.0: Remove unused variable.Vinson Lee1-4/+4