summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
9 daysarb_fragment_layer_viewport: don't test out-of-range gl_Layer valuesHEADmainIván Briano3-0/+9
12 daysglsl-1.30: Test uint to float conversion of sign extended valueIan Romanick2-0/+90
2024-04-26arb_draw_buffers_blend: Fix deprecated-non-prototype warningsVinson Lee1-2/+2
2024-04-26arb_sample_shading: do not actually run mask_in_one if it's not supportedConstantine Shablia1-0/+3
2024-04-24clear-stencil: new test to check for problems clearing stencilsEric R. Smith2-0/+232
2024-04-24read_depth_offset: new test to check depth offset calculationEric R. Smith2-0/+253
2024-04-19Reduce precision in depth clear precision checkJuan A. Suarez Romero1-0/+5
2024-04-19Add float from half functionJuan A. Suarez Romero2-1/+36
2024-04-17tests/gbm: Add gbm_device_get_fd() testDaniel Stone2-0/+54
2024-04-16wayland: Add Wayland dmabuf driver-name testDaniel Stone4-0/+276
2024-04-10texturing: add a test for GPU/CPU sync when creating texturesEric R. Smith3-0/+104
2024-03-26util: fix multisample_texture_fs_templateErik Faye-Lund1-2/+2
2024-03-26tests: add a test for GL_APPLE_syncLucas Stach13-0/+714
2024-03-25more spelling fixes accross the whole codebaseLucas Stach23-33/+33
2024-03-21arb_multisample: Fix bitwise-instead-of-logical warningVinson Lee1-1/+1
2024-03-20ext_texture_storage: Fix memory leak on error pathVinson Lee1-1/+4
2024-03-20arb_internalformat_query2: fix internalformat selection for max_layers subtestLucas Stach1-1/+1
2024-03-20arb_clear_texture: only test float depth textures when supportedLucas Stach1-2/+10
2024-03-20properly check for libgen.hErik Faye-Lund3-3/+7
2024-03-19arb_copy_image-formats: avoid undefined behaviorEric R. Smith2-56/+88
2024-03-10intel/ppgtt: Use getpagesize fallback with MinGWVinson Lee1-1/+1
2024-03-07fix arb_query_buffer_object-qbo to warn on invalid GS results instead of failMike Blumenkrantz1-3/+20
2024-02-22ext_texture_format_bgra8888: test glRenderbufferStorageErik Faye-Lund1-1/+9
2024-02-21glsl-1.50: test the copy of an entire ifc blockTimothy Arceri1-0/+77
2024-02-15amd_gpu_shader_half_float: varying error checkTimothy Arceri1-0/+10
2024-02-06arb_texture_query_lod: fix LOD queries in divergent control flowLionel Landwerlin4-4/+9
2024-02-05ext_external_objects: remove gl_cleanup done with atexitTapani Pälli12-189/+0
2024-02-02glsl: test globals are handled correctly across stageTimothy Arceri1-0/+43
2024-01-30Add GL_EXT_texture_storage testsDaniel Stone4-0/+217
2024-01-26tests/llvmpipe: Fix CMake mis-matching arguments warning.Vinson Lee1-1/+1
2024-01-26tests/llvmpipe: don't require git repository, allow running from tarballDavid Heidelberg1-1/+1
2024-01-26tests/llvmpipe: drop unused GIT_HEAD_HASH_SHORTDavid Heidelberg1-13/+0
2024-01-17test/util: call destroy before reporting the resultGert Wollny5-5/+11
2024-01-17modifiers: Remove sampler-view testsRob Clark1-173/+0
2024-01-17modifiers: Add QCOM_TILED3Rob Clark1-0/+1
2024-01-17ext_transform_feedback: document missing mode in usageErik Faye-Lund1-1/+2
2024-01-17arb_copy_image-formats: avoid undefined behaviorErik Faye-Lund1-0/+37
2024-01-16arb_texture_barrier: allow testing the extension under GL3.0Jose Maria Casanova Crespo2-2/+4
2024-01-15arb_shader_atomic_counters-semantics: use correct output-typeErik Faye-Lund1-5/+5
2024-01-09egl_khr_create_context: add test for EXT_create_context_robustness and EXT_qu...Simon Zeni2-0/+163
2023-12-28ext_render_snorm-render: Fix deprecated-non-prototype warningVinson Lee1-1/+1
2023-12-26version-mixing: Fix deprecated-non-prototype warningVinson Lee1-1/+1
2023-12-19draw-prim-rate: test more varying countsMarek Olšák1-7/+55
2023-12-19glsl-1.10/built-in-uniform-state: don't test Infs due to undefined behaviorMarek Olšák1-3/+11
2023-12-19arb_vertex_program/property-bindings: don't test Infs due to undefined behaviorMarek Olšák1-2/+10
2023-12-19glsl-1.40: add a UBO test that I don't remember why I needed itMarek Olšák1-0/+79
2023-12-19glsl-1.10: test a smooth color input with glShadeModel(GL_FLAT)Marek Olšák1-0/+44
2023-12-19arb_fragment_layer_viewport: don't test out-of-range gl_Layer valuesMarek Olšák3-24/+6
2023-12-05ext_render_snorm-render: lower test ctx version requirementTapani Pälli1-5/+5
2023-11-15Implement piglit_subprocess for WindowsJesse Natalie1-2/+125