summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-06-10ext_direct_state_access: Fix use after free.Vinson Lee1-3/+3
2022-05-31Don't check for OpenGL 1.1Ian Romanick4-4/+0
2022-05-31Fix many incorrect GLSL checksIan Romanick43-40/+72
2022-05-31glsl-1.30: Replace open-coded version of piglit_require_GLSL_version()Ian Romanick1-15/+1
2022-05-31Delete spurious version checksIan Romanick46-70/+1
2022-05-31genmipmap-errors: Check for GL_ARB_depth_texture before creating a depth textureIan Romanick1-2/+2
2022-05-31glsl-1.10: fix glsl-fs-conditional-output-write testTimothy Arceri1-0/+2
2022-05-27nv_texture_barrier: use multiplication instead of sqrtVasily Khoruzhick1-2/+2
2022-05-27nv_alpha_to_coverage_dither_control: Fix equality check.Vinson Lee1-1/+1
2022-05-27llvmpipe: Initialize Variable member variable mType.Vinson Lee1-1/+1
2022-05-26arb_shader_clock: fix testsPierre-Eric Pelloux-Prayer2-35/+9
2022-05-25Fix adj-prim provoking vertexPierre-Eric Pelloux-Prayer1-18/+23
2022-05-23shader_runner: Remove unsigned comparison against 0.Vinson Lee1-1/+1
2022-05-20ext_direct_state_access: Fix memory leaks.Vinson Lee1-0/+5
2022-05-19arb_texture_buffer_object: fix buffer sizePierre-Eric Pelloux-Prayer1-5/+5
2022-05-18gl-1.0-logicop: Fix memory leaks.Vinson Lee1-1/+7
2022-05-18tests/llvmpipe: Provide only one GLenum type-cast operator.Jose Fonseca1-5/+0
2022-05-12ext_external_objects: Remove unsigned comparison against 0.Vinson Lee1-4/+0
2022-05-12cmake: bump waffle requirement to 1.6.0Emil Velikov3-10/+0
2022-05-12cmake: build surfaceless only when EGL is presentEmil Velikov2-1/+7
2022-05-11llvmpipe: drop glu dependencyDavid Heidelberg1-1/+0
2022-05-10ext_external_objects: Remove unnecessary NULL check.Vinson Lee1-41/+39
2022-05-09piglit-wgl-util: Use ifndef _WIN32 around piglit_width/heightCorentin Noël1-4/+4
2022-05-06ext_framebuffer_multisample_blit_scaled: Fix memory leaks.Vinson Lee1-0/+2
2022-05-06llvmpipe: Add tests designed to exercise llvmpipe linear rasterizer.James Benton39-0/+5551
2022-05-04textureGather: Fix memory leak.Vinson Lee1-1/+2
2022-05-04Fix the binary name for ext_protected_content.Emma Anholt1-1/+1
2022-05-04arb_program_interface_query: Add debug output for ACTIVE_RESOURCES fails.Emma Anholt1-0/+11
2022-05-04arb_shader_objects: add test deleting non-existent objectErik Faye-Lund3-0/+73
2022-05-03Add a test for an ARB fragment program that ends with a comment with no newlineJesse Natalie3-0/+66
2022-04-29ext_texture_integer: Fix memory leak.Vinson Lee1-1/+1
2022-04-30glx: parse -auto for all glx testsMarek Olšák37-0/+264
2022-04-30glx: don't call XMapWindow redundantlyMarek Olšák24-47/+0
2022-04-30egl: use piglit_automatic instead of automaticMarek Olšák1-4/+2
2022-04-27ext_texture_integer: Fix memory leaks on error paths.Vinson Lee1-3/+14
2022-04-21intel_conversative_rasterization: make sure we have multisamplingLionel Landwerlin3-8/+50
2022-04-12arb_texture_buffer_object: Test clamping of texture buffer's sizeDmitriy Nester3-0/+332
2022-04-12depth-clear-precision-check: Test depth clear precisionIllia Iorin3-0/+271
2022-03-29fbo-blending-format-quirks: fix pre-draw clearsMike Blumenkrantz1-2/+2
2022-03-17Add a missing include for htobe32 definitionAlexander Kanavin2-0/+5
2022-03-17glsl: Test out-of-bounds access to array of opaque typesDanylo Piliaiev5-0/+261
2022-03-17glsl-1.30: Test out-of-bounds access to large local arrayDanylo Piliaiev2-0/+95
2022-03-17arb_gpu_shader5: Test out-of-bounds access to gl_SampleMaskInDanylo Piliaiev1-0/+44
2022-03-17arb_tessellation_shader: Test out-of-bounds access to gl_TessLevel*Danylo Piliaiev3-0/+266
2022-03-17glsl-1.30: Test out-of-bounds access to gl_ClipDistanceDanylo Piliaiev2-0/+98
2022-03-12shader_runner: print more complete list of args when invoked emptyMihai Preda2-3/+3
2022-03-10glx-multithread-texture: Avoid front-buffer rendering.Emma Anholt2-3/+3
2022-03-07test/amd_perf_monitor: Fix some memory leaksMatt Turner1-1/+5
2022-03-03cmake: Copying metafiles to the build directoryMichael Skorokhodov1-0/+10
2022-03-02teximage-colors: add GL_SR(G)8_EXT format supportIlia Mirkin2-2/+20