summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-24arb_gpu_shader_int64: add display list test WIPint64-dlistTapani Pälli4-0/+420
2019-10-23tox,cmake,travis: Add support and testing for Python 3.8Rhys Kidd3-4/+7
2019-10-17Fix pbo-getteximage to check for GL_ARB_texture_cube_map_arrayKenneth Graunke1-1/+2
2019-10-16tests: add test for PBO texture downloadsPierre-Eric Pelloux-Prayer3-0/+328
2019-10-12arb_bindless_texture: test an unnamed explicitly bound ubo that contains a sa...Timothy Arceri1-0/+33
2019-10-12arb_bindless_texture: test a basic unnamed ubo that contains a samplerTimothy Arceri1-0/+31
2019-10-11glx-egl-switch-context: Do not compile if EGL unavailableYevhenii Kolesnikov1-1/+4
2019-10-10glx,egl: Reproduce crash while switching contextsYevhenii Kolesnikov3-0/+96
2019-10-08glsl: Verify that open-code bitfieldReverse is not improperly optimizedIan Romanick2-0/+100
2019-10-03ext_demote_to_helper_invocation: Add extension to [require]Caio Marcelo de Oliveira Filho1-2/+3
2019-10-03ext_demote_to_helper_invocation: avoid requiring GL 4.5Ilia Mirkin1-4/+9
2019-10-01arb_texture_view: add test verifying internal _Layer variable is cleared on t...Lionel Landwerlin4-0/+146
2019-10-01util-cl: be verbose if platform exposes no devicesTapani Pälli1-0/+8
2019-09-30ext_demote_to_helper_invocation: Add execution testsCaio Marcelo de Oliveira Filho2-0/+110
2019-09-30ext_demote_to_helper_invocation: Add compiler testsCaio Marcelo de Oliveira Filho4-0/+53
2019-09-30glsl-1.20: test incompatible matrices multiplicationAndrii Simiklit3-0/+174
2019-09-30vulkan: add geometry shader double interpolator testbaldurk1-0/+43
2019-09-27tests: add tests for ARB_texture_storage + EXT_dsaPierre-Eric Pelloux Prayer1-53/+81
2019-09-27ext_direct_state_access: add test for glNamedCopyBufferSubDataEXTPierre-Eric Pelloux-Prayer1-0/+54
2019-09-27ext_direct_state_access: add glGenerateTextureMipmapEXT/glGenerateMultiTexMip...Pierre-Eric Pelloux-Prayer2-0/+184
2019-09-27ext_direct_state_access: add tests for EXT_texture_integer interactionsPierre-Eric Pelloux-Prayer2-86/+126
2019-09-26GL_OES_EGL_image: be more verbose, correct typosTapani Pälli1-6/+8
2019-09-23glsl-es-3.10: regression checking for load_shared support on the nir schedulerAlejandro Piñeiro1-0/+76
2019-09-18GL_OES_EGL_image: include EGL_GL_TEXTURE_LEVEL_KHR usage in testTapani Pälli1-6/+24
2019-09-17glsl-1.10: add infinite loop testsAndrii Simiklit3-0/+66
2019-09-17vulkan: add geometry shader vertex overflow testRhys Perry1-0/+41
2019-09-16glx-mesa-query-renderer: Fix build errorAdam Jackson1-1/+2
2019-09-16glx-fbconfig-compliance: Drop accumulation buffer requirementAdam Jackson1-9/+0
2019-09-16glx-query-renderer-coverage: Start adding value sanity testsAdam Jackson1-0/+24
2019-09-13glx: Test for both strings for EXT_create_context_es{,2}_profileAdam Jackson2-0/+52
2019-09-12glx-destroycontext-3: Test calling DestroyContext redundantlyAdam Jackson3-0/+101
2019-09-11tests/fp-long-alu: Memory leak in fp-long-alu testYevhenii Kolesnikov1-0/+2
2019-09-11tests/texturing: Free miplevel infoYevhenii Kolesnikov4-0/+14
2019-09-11tests/arb_sample_shading: Multiple memory leaksYevhenii Kolesnikov3-0/+3
2019-09-11shader_runner: sscanf returns incorrect value on 32-bit buildYevhenii Kolesnikov1-1/+2
2019-09-10glx-fbconfig-sanity: memory leakSergii Romantsov1-0/+2
2019-09-05Apply path correction to correct argumentSimon Richter1-5/+11
2019-09-05generators: Add the default precision for floats in GLSL ES shadersNeil Roberts3-0/+12
2019-09-04glsl-es-1.00: Test that function return value has precisionNeil Roberts1-0/+19
2019-09-04glsl-es-1.00: Test that mismatched function return precision failsNeil Roberts1-0/+25
2019-09-04arb_shading_language_include: test interaction with preprocessor definesTimothy Arceri2-0/+67
2019-09-04arb_shading_language_include: compile test features when disabledTimothy Arceri2-0/+21
2019-09-04arb_shading_language_include: add api functionality testsTimothy Arceri1-0/+110
2019-09-04arb_shading_language_include: add api error testsTimothy Arceri5-0/+325
2019-09-04arb_shading_language_include: compile test #lineTimothy Arceri1-0/+12
2019-09-04arb_shading_language_include: add compile tests for relative pathTimothy Arceri3-0/+48
2019-09-04glslparsertest: add support for setting a relative include pathTimothy Arceri2-5/+16
2019-09-04arb_shading_language_include: add explicit path compile testsTimothy Arceri3-0/+47
2019-09-04glslparsertest: add support for adding dummy shader includesTimothy Arceri2-2/+13
2019-09-04arb_shading_language_include: test relative pathsTimothy Arceri4-0/+286