summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-06-26intel_shader_atomic_float_minmax: Explicitly request std430 layoutIan Romanick10-10/+10
2019-06-25shader_runner: some extra skip reasong loggingAlejandro Piñeiro1-3/+10
2019-06-24glsl-es-1.00: Only unroll a do-while-false loop onceIan Romanick1-0/+47
2019-06-22tests/fbo: init texture contentPierre-Eric Pelloux-Prayer1-3/+13
2019-06-21tests/arb_direct_state_access: Memory leakYevhenii Kolesnikov1-0/+2
2019-06-20util: Optionally validate SPIR-V after assemblingCaio Marcelo de Oliveira Filho1-0/+24
2019-06-20util: Assemble SPIR-V with the correct target environmentCaio Marcelo de Oliveira Filho1-0/+1
2019-06-18tests: Free memory returned by glXChooseFBConfigYevhenii Kolesnikov6-0/+17
2019-06-10test/textureGather: memory leakSergii Romantsov1-1/+3
2019-06-10tests/texelFetch: Memory leakYevhenii Kolesnikov1-0/+1
2019-06-10arb_copy_buffer: NULL check for glMapBuffer outcomeAlejandro Piñeiro1-1/+1
2019-06-10util/piglit-util-gl: Memory leaks in a number of testsYevhenii Kolesnikov1-0/+2
2019-06-07tests/fp-indirections2: Memory isn't freedYevhenii Kolesnikov1-0/+2
2019-06-05tests/arb_copy_image: Memory leakYevhenii Kolesnikov2-0/+4
2019-06-04arb_texture_buffer_range: Fix buffer alignment in ranges-2 testAnthony Pesch1-6/+24
2019-06-04tests/vertex-program-two-side: Memory leakYevhenii Kolesnikov1-0/+2
2019-06-03draw-prim-rate: Fix Clang build error.Vinson Lee1-1/+1
2019-06-03Add a test that measures primitive rateMarek Olšák5-5/+524
2019-06-03opengl.py: fix incorrect ext_transform_instanced extension nameMarek Olšák1-1/+1
2019-06-03rendermode-feedback: fix a crashMarek Olšák1-2/+1
2019-06-03test: fix resource leaking for depthstencil-render-miplevelsSergii Romantsov1-7/+45
2019-06-03test: fix core dump for depthstencil-render-miplevelsSergii Romantsov1-2/+2
2019-06-03ext_dsa: fix invalid empty shader in testPierre-Eric Pelloux-Prayer1-1/+1
2019-06-03ext_direct_state_access: test glTextureImage* with GL_PROXY_TEXTURE_* targetsPierre-Eric Pelloux-Prayer2-0/+140
2019-06-03ext_direct_state_access: verify possible failures when using GL_COMPILEPierre-Eric Pelloux-Prayer4-27/+138
2019-06-03util/dma_buf: allow custom rendernodeSergii Romantsov1-10/+29
2019-06-03tests/overlapping-locations-input-attribs: Memory leakYevhenii Kolesnikov1-0/+2
2019-05-31tests/line-aa-width: Memory leakYevhenii Kolesnikov1-0/+2
2019-05-28fbo-generatemipmap-formats: Modify NPOT tex_widthNanley Chery1-1/+4
2019-05-24glx-multithread-buffer: Add a new test reproducing a radeonsi bugMarek Olšák3-0/+201
2019-05-24piglit_drm_dma_buf: fix NV12, YUV420, and YVU420 import tests for radeonsiMarek Olšák1-10/+11
2019-05-24shader_runner: don't abort on atomic counter subtest failureMarek Olšák1-2/+2
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