aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-30getteximage-formats: Disable dithering during glDrawPixelsditherChad Versace
2017-01-27cl: Add tests for stored fnegMatt Arsenault
2017-01-27cl: Add tests for fdiv with neg/abs inputsMatt Arsenault
2017-01-25glsl-1.30: add a test that gl_ClipDistance actually affects all primitive typesNicolai Hähnle
2017-01-25glsl-1.20: add a test that gl_ClipVertex actually affects all primitive typesNicolai Hähnle
2017-01-24CMake: Enable python 3.6Dylan Baker
2017-01-20Test multiple inout parameters with arrays of arraysJuan A. Suarez Romero
2017-01-20Test multiple inout parameters with indirect array indexingJuan A. Suarez Romero
2017-01-19CI: Add python 3.6 to build matrixDylan Baker
2017-01-19unittests: Add new python generator to unittestsDylan Baker
2017-01-19PNG files, write mode correctionSebastian Olender
2017-01-12arb_texture_view: Fix MSVC build.Jose Fonseca
2017-01-12shader_runner: Fix MSVC build error.Jose Fonseca
2017-01-12resume: use the previously-set test-list when resumingMartin Peres
2017-01-10generated_tests: new compiler tests for INTEL_conservative_rasterizationLionel Landwerlin
2017-01-10Add GL_INTEL_conservative_rasterization testsLionel Landwerlin
2017-01-09deqp: Search stdout and stderr for X connection failureMark Janes
2017-01-07glsl-1.10: another test for min max optimisation passTimothy Arceri
2017-01-07glsl-1.10: test min max optimisation passTimothy Arceri
2017-01-04egl_khr_gl_image: Add test that clears a shared imageChad Versace
2017-01-03arb_shader_image_load_store/shader-mem-barrier: Add explicit memoryBarrier to...Francisco Jerez
2017-01-03getteximage-depth: Fix failures on cubemap-supporting GL < 3.0.Eric Anholt
2016-12-27cl/program-tester: Make sure that platform_ids is initializedAaron Watry
2016-12-23glsl-1.10: test unrolling of loops with various control flowTimothy Arceri
2016-12-21arb_gpu_shader_fp64: add packDouble2x32 and unpackDouble2x32 tests for vertex...Samuel Iglesias Gonsálvez
2016-12-20glsl-1.10: return lowering testsTimothy Arceri
2016-12-19Add a test for FDO bug #99154Niels Ole Salscheider
2016-12-14textureGather: replace gl_FragColor with user defined oneSebastian Olender
2016-12-12GL_ARB_draw_instanced/dlist: Fix crashArthur Huillet
2016-12-12fbo-clear-formats: Do one of the 4 clears unscissored.Eric Anholt
2016-12-12fbo-maxsize: Try to avoid allocating miplevels.Kenneth Graunke
2016-12-09cl: Add test for negative index + small offset for privateMatt Arsenault
2016-12-08cl: Add tests for 24-bit div / rem optimizationMatt Arsenault
2016-12-08cl: Add f32 immediate testsMatt Arsenault
2016-12-06cl: Add test for clz optimizationsMatt Arsenault
2016-12-06cl: Add test for f64 inline immediatesMatt Arsenault
2016-12-02Add glsl-1.50/execution/geometry/gs-conditional-emitNicolai Hähnle
2016-12-01glsl-1.50: add test that emits max number of output componentsIlia Mirkin
2016-12-01util: link with WAYLAND_LIBRARIES when building for WaylandTapani Pälli
2016-11-29arb_internalformat_query2: GL_TEXTURE_BUFFER is also in core since 3.1Sebastian Olender
2016-11-26arb_shading_language_420pack: Add multiple layout qualifiers in a single buff...Andres Gomez
2016-11-26arb_shading_language_420pack: Add multiple layout qualifiers in a single unif...Andres Gomez
2016-11-26arb_shading_language_420pack: Add multiple layout qualifiers in a single outp...Andres Gomez
2016-11-26arb_shading_language_420pack: Add multiple layout qualifiers in a single inpu...Andres Gomez
2016-11-26arb_enhanced_layouts: More duplicated layout-qualifier-names testsAndres Gomez
2016-11-26arb_shading_language_420pack: More multiple layout qualifiers in a single dec...Andres Gomez
2016-11-26arb_enhanced_layouts: Add more xfb_stride redeclaration testsAndres Gomez
2016-11-26arb_tessellation_shader: Add tests for TCS output size redeclarationAndres Gomez
2016-11-26glsl-1.50: Add GS output layout qualifier redeclaration testAndres Gomez
2016-11-23gl-2.0: Remove unused variable.Vinson Lee