summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-24cmake: make gbm a required build dependencyKenny Ho2-3/+3
2019-05-17util/dma_buf: drmGetVersion requires freeSergii Romantsov1-1/+4
2019-05-16glsl-1.20: Test various invalid type conversions in uniform initalizersIan Romanick3-0/+50
2019-05-16glsl-1.20: Test mix(±1, b, c)Ian Romanick1-0/+40
2019-05-16Add new test for idiv by const optimizationsCaio Marcelo de Oliveira Filho1-0/+178
2019-05-16shader_runner: add 'probe ssbo int'Caio Marcelo de Oliveira Filho1-0/+59
2019-05-16ext_direct_state_access: add tests CompressedMultiTexImage* functionsPierre-Eric Pelloux-Prayer3-0/+509
2019-05-16ext_direct_state_access: add test for Framebuffer functionsPierre-Eric Pelloux-Prayer4-37/+466
2019-05-16ext_direct_state_access: add test for glNamedFramebufferRenderbufferEXTPierre-Eric Pelloux-Prayer3-0/+200
2019-05-16ext_direct_state_access: add tests for ProgramUniformXXXEXT functionsPierre-Eric Pelloux-Prayer3-0/+449
2019-05-16ext_direct_state_access: glGet*IndexedvEXTPierre-Eric Pelloux-Prayer3-0/+407
2019-05-16ext_direct_state_access: add test for glEnableClientStateiEXT / glDisableClie...Pierre-Eric Pelloux-Prayer3-0/+136
2019-05-16ext_direct_state_access: add test for glCompressedTexture*Image2DEXTPierre-Eric Pelloux-Prayer3-1/+459
2019-05-16ext_direct_state_access: add test for named buffer functionsPierre-Eric Pelloux-Prayer3-0/+351
2019-05-16ext_direct_state_access: add test for multitexture functionsPierre-Eric Pelloux-Prayer3-0/+1136
2019-05-16ext_direct_state_access: add tests for glTexture*EXT functionsPierre-Eric Pelloux-Prayer3-0/+790
2019-05-16ext_direct_state_access: add test for matrices functionsPierre-Eric Pelloux-Prayer5-0/+701
2019-05-13egl-query-surface: really print the width in the error messagePaulo Zanoni1-1/+1
2019-05-13egl: ask the X11 WM to keep windows the size we expectPaulo Zanoni1-0/+16
2019-05-09Fix drawarrays-vertex-count GL_LINES testPierre-Eric Pelloux-Prayer1-8/+8
2019-05-08Avoid undefined behavior in glsl-routing testPierre-Eric Pelloux-Prayer1-10/+10
2019-05-07s3tc-errors: Fix GCC unused-function warning.Vinson Lee1-0/+2
2019-05-06arb_blend_func_extended: fix gles3 version glClearDepth usageTapani Pälli1-0/+4
2019-05-02arb_blend_func_extended: Test dual src blending without second color outputDanylo Piliaiev4-0/+139
2019-05-01texelFetch: Print what miplevel failed.Eric Anholt1-6/+11
2019-04-30fbo: Silence compiler warnings about const mismatchesIan Romanick1-2/+3
2019-04-30Fix piglit_loge usagePierre-Eric Pelloux-Prayer1-2/+2
2019-04-30Add format warning attribute for piglit logs functionsPierre-Eric Pelloux-Prayer2-9/+9
2019-04-30arb_texture_multisample: Tests working texelFetch() with DSA styleIllia Iorin3-0/+304
2019-04-24Remove dead es3conform.py test suiteEric Anholt4-103/+2
2019-04-23README.md: add links to the table of contentsPaulo Zanoni1-6/+6
2019-04-23README.md: fix the table of contentsPaulo Zanoni1-1/+1
2019-04-23README.md: fix the formatting for the main sectionsPaulo Zanoni1-12/+6
2019-04-23s3tc-errors: Fix GCC unused-variable warning.Vinson Lee1-1/+1
2019-04-23egl: Fix tests for EGL_EXT_device_base extension list use.Mathias Fröhlich1-0/+3
2019-04-22ext_shader_image_load_formatted: add a test for the extensionMarek Olšák1-0/+71
2019-04-20amd_compressed_atc_texture: add miptree testJonathan Marek7-0/+260
2019-04-18arb_separate_shader_objects: add gl_PerVertex testsAndres Gomez17-1/+1165
2019-04-17fbo-blit-check-limits: New testVadym Shovkoplias3-0/+305
2019-04-17intel/ppgtt: memory alignment test.Sergii Romantsov3-0/+127
2019-04-17vec4: add a new test for issue 109759 and 110201Sergii Romantsov1-0/+98
2019-04-17packed_depth_stencil: warning for a non-zero 24-bit unused fieldAndrii Simiklit1-6/+23
2019-04-16nv_compute_shader_derivatives: Test textures with implicit LODCaio Marcelo de Oliveira Filho3-0/+177
2019-04-16nv_compute_shader_derivatives: Test use of derivativesCaio Marcelo de Oliveira Filho5-0/+392
2019-04-16nv_compute_shader_derivatives: Test linker failuresCaio Marcelo de Oliveira Filho4-0/+81
2019-04-16nv_compute_shader_derivatives: Test compiler failuresCaio Marcelo de Oliveira Filho4-0/+86
2019-04-16nv_compute_shader_derivatives: Test new functions available in CSCaio Marcelo de Oliveira Filho1-0/+257
2019-04-16glsl-1.20: test 'invariant' propagation influence on globals matchingDanylo Piliaiev1-0/+29
2019-04-16glsl-1.20: test that 'invariant' qualifier does not propagate on uniformsDanylo Piliaiev1-0/+25
2019-04-16ext_image_dma_buf_import: test for exporting imported bufferTapani Pälli3-0/+196