summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-04cmake: install spirv (spv) filesmisc-fixesTapani Pälli1-1/+1
2020-06-04ext_external_objects: remove double destroy of objectsTapani Pälli1-4/+0
2020-06-04ext_external_objects: set img,mem objects NULL after destroyTapani Pälli1-4/+6
2020-06-04ext_external_objects: add error reporting to load_shaderTapani Pälli1-7/+8
2020-06-04ext_external_objects: determine filepaths via PIGLIT_SOURCE_DIRTapani Pälli2-13/+32
2020-06-04glsl-1.10: remove test that no longer does what is intendedTimothy Arceri1-37/+0
2020-06-02write-after-clear: Test linear -> sRGB with sRGB storageNanley Chery1-1/+13
2020-06-02write-after-clear: Clear lists of viewsNanley Chery1-17/+47
2020-06-02tests: Add test for texture view writes after fast-clearsNanley Chery3-0/+190
2020-06-01Switch from collections to collections.abc.Vinson Lee4-10/+5
2020-05-31cl: fix clGetDeviceInfo build with OCL < 2.0Serge Martin1-1/+1
2020-05-29cl: clGetKernelWorkGroupInfo check returned valuesSerge Martin1-6/+78
2020-05-29cl: clGetDeviceInfo check returned valuesSerge Martin2-44/+642
2020-05-29cl: clGetKernelInfo check returned valuesSerge Martin1-7/+88
2020-05-29cl: clSetKernelArg fix CL_INVALID_SAMPLER error messageSerge Martin1-1/+1
2020-05-29cl: improve clEnqueueFillBuffer tests scopeSerge Martin1-12/+28
2020-05-29cl: fix clEnqueueFillBuffer CL_INVALID_CONTEXTSerge Martin1-1/+1
2020-05-29cl: disable an asm call test on kabiniSerge Martin1-1/+7
2020-05-29cl: add program need_image_support optionSerge Martin7-0/+26
2020-05-29cl: manage an offset in retain_release-eventSerge Martin1-8/+14
2020-05-29cl: require a least OCL 1.2Serge Martin1-1/+1
2020-05-27khr_texture_compression_astc: Make array subtests definition staticMichel Dänzer1-17/+19
2020-05-25drawoverhead: Allow disabling of the color output.Eric Anholt1-6/+15
2020-05-25drawoverhead: Allow selecting a specific test.Eric Anholt1-1/+28
2020-05-24arb_shader_subroutine: Add test for implicitly converted argumentsYevhenii Kolesnikov1-0/+17
2020-05-21cl: Add test passing large struct with dynamic realignmentScott Linder1-5/+38
2020-05-20glsl 4.20 & 4.30: test c-style array initializationDmitriy Nester2-0/+60
2020-05-15ssbo-atomics: Test that there is no implicit conversion of "mem" parameterDanylo Piliaiev8-0/+200
2020-05-14ext_external_objects: Sets tiling mode for the imported textureEleni Maria Stea1-0/+4
2020-05-11cmake: Avoid pkg-config on Windows.Jose Fonseca1-2/+1
2020-05-06shader_runner: fix conditional jump depends on glsl_versionAndrii Simiklit1-1/+2
2020-05-06ext_external_objects: make libvulkan dependency optionalEleni Maria Stea1-49/+55
2020-05-05gitlab-ci: add libvulkan-dev to support tests that use VulkanEleni Maria Stea2-1/+2
2020-05-05ext_external_objects/vk-image-display: Add a new Vulkan->OpenGL testEleni Maria Stea8-0/+499
2020-05-05ext_external_objects/vk-image-override: New approach to test formatsEleni Maria Stea1-49/+143
2020-05-05ext_external_objects/vk-image-override: Add a Vulkan-GL testEleni Maria Stea4-0/+537
2020-05-05ext_external_objects: Helper structs that map the Vk and GL formatsEleni Maria Stea2-2/+89
2020-05-05ext_external_objects: Add Vulkan/OpenGL driver compatibility checkerJuan A. Suarez Romero4-0/+71
2020-05-05ext_external_objects: Extended the interoperability and Vulkan helpersEleni Maria Stea4-17/+958
2020-05-05ext_external_objects: Add Vulkan-OpenGL interoperability helpersEleni Maria Stea2-0/+112
2020-05-05ext_external_objects: Add Vulkan helpersEleni Maria Stea2-0/+553
2020-05-05ext_external_objects: Group external object testsJuan A. Suarez Romero18-257/+201
2020-05-05glsl-1.10: remove tests that no longer do what was intendedTimothy Arceri3-81/+0
2020-05-05glsl-1.10: initialise texcoord array in testTimothy Arceri2-0/+13
2020-05-04Fix several shared-atomicMin* tests using "draw rect" instead of "compute"Danylo Piliaiev3-15/+3
2020-05-04tests: add reproducer for issue 2747Pierre-Eric Pelloux-Prayer3-0/+94
2020-05-03gl-2.0: remove unnecessary assertTimothy Arceri1-1/+0
2020-05-02glsl-1.10: stop sibling nested loop being eliminatedTimothy Arceri2-2/+6
2020-05-02gen_variable_index_write_tests: stop arrays from being optimised awayTimothy Arceri3-2/+14
2020-05-02arb_gpu_shader_fp64: fix indirect array access testTimothy Arceri1-1/+3