summaryrefslogtreecommitdiff
path: root/tests/spec
AgeCommit message (Expand)AuthorFilesLines
2022-06-23arb_blend_func_extended: add GL_ARB_ES2_compatibility supportVasily Khoruzhick1-7/+39
2022-06-23GL_AMD_gpu_shader_half_float: add positive compiler testsTimothy Arceri288-0/+5551
2022-06-21arb_sample_locations: Initialize variables.Vinson Lee1-1/+1
2022-06-17glx_arb_create_context: Initialize variable.Vinson Lee1-1/+1
2022-06-15glsl-1.10: add simple loop unrolling test with loop counter in vec4Pavel Ondračka1-0/+20
2022-06-14Add loop test to demonstrate bug in r300 compilerPavel Ondračka1-0/+57
2022-06-10ext_direct_state_access: Fix use after free.Vinson Lee1-3/+3
2022-05-31Don't check for OpenGL 1.1Ian Romanick1-1/+0
2022-05-31Fix many incorrect GLSL checksIan Romanick30-29/+44
2022-05-31glsl-1.30: Replace open-coded version of piglit_require_GLSL_version()Ian Romanick1-15/+1
2022-05-31Delete spurious version checksIan Romanick45-68/+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-26arb_shader_clock: fix testsPierre-Eric Pelloux-Prayer2-35/+9
2022-05-25Fix adj-prim provoking vertexPierre-Eric Pelloux-Prayer1-18/+23
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-12ext_external_objects: Remove unsigned comparison against 0.Vinson Lee1-4/+0
2022-05-10ext_external_objects: Remove unnecessary NULL check.Vinson Lee1-41/+39
2022-05-06ext_framebuffer_multisample_blit_scaled: Fix memory leaks.Vinson Lee1-0/+2
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-Lund2-0/+72
2022-05-03Add a test for an ARB fragment program that ends with a comment with no newlineJesse Natalie2-0/+65
2022-04-29ext_texture_integer: Fix memory leak.Vinson Lee1-1/+1
2022-04-30glx: parse -auto for all glx testsMarek Olšák30-0/+215
2022-04-30glx: don't call XMapWindow redundantlyMarek Olšák1-2/+0
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 Nester2-0/+331
2022-03-17Add a missing include for htobe32 definitionAlexander Kanavin1-0/+4
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-07test/amd_perf_monitor: Fix some memory leaksMatt Turner1-1/+5
2022-02-28amd_seamless_cubemap_per_texture: use GenTexturesMike Blumenkrantz1-17/+21
2022-02-21cmake: Fix CMake 3.20 CMP0115 warnings.Vinson Lee2-3/+3
2022-02-15export-tex: Test glFinish after dmabuf exportNanley Chery1-4/+15
2022-02-15export-tex: Make the test more modularNanley Chery1-12/+17
2022-02-14ext_external_objects: modify vk_pix_buf_update_errors testTapani Pälli3-8/+76
2022-02-14ext_external_objects: modify vk_vert_buf_update_errors testTapani Pälli1-21/+17
2022-02-03gpu_shader_fp64: Initialize function-local array to prevent compiler optimiza...Jesse Natalie1-0/+5
2022-02-02arb_gpu_shader_fp64: GSLSL1.50 is required per the specJesse Natalie3-3/+3
2022-01-27arb_direct_state_access: fix stencil usage in gettextureimage-formatsMike Blumenkrantz1-7/+18
2022-01-26glsl-1.10: Avoid NIR optimization in gl_FrontFacing testIan Romanick1-0/+38
2022-01-26glsl-1.30: Test some logic joined comparisons with NaNIan Romanick2-0/+103