summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-26piglit: NOTE! Default branch is now mainmainJordan Justen0-0/+0
2021-03-26.gitlab-ci.yml: Change pages build to trigger main branchJordan Justen1-1/+1
2021-03-26glsl-1.30: test right-shift of a left-shiftIan Romanick1-0/+40
2021-03-26arb_gpu_shader_int64: test masking after additionIan Romanick1-0/+36
2021-03-26arb_gpu_shader_int64: test shift-left of shift-right with same countIan Romanick1-0/+43
2021-03-26gl-3.0: add additional case for clearbufferfi correctnessTapani Pälli3-0/+116
2021-03-25ext_external_objects: Another semaphores testEleni Maria Stea3-1/+427
2021-03-25ext_external_objects: New semaphores testEleni Maria Stea2-0/+372
2021-03-25ext_external_objects: Vulkan framework additionsEleni Maria Stea2-0/+171
2021-03-24gbm: Add test for multi-planar GBM BOsTomeu Vizoso5-0/+146
2021-03-22ext_external_objects: Removed unused varyings from image testEleni Maria Stea1-5/+0
2021-03-19gitlab-ci: Build with MinGW cross-compilers.Jose Fonseca5-2/+117
2021-03-19cmake: Package Waffle DLL when provided.Jose Fonseca1-0/+5
2021-03-19appveyor: Remove integration.Jose Fonseca2-127/+0
2021-03-19editorconfig: Add more file extensions.Jose Fonseca1-0/+12
2021-03-18arb_shader_texture_image_samples/builtin-image: use skip as default resultMike Blumenkrantz1-1/+3
2021-03-16draw-prim-rate: add a test for indexed triangle stripsMarek Olšák1-10/+27
2021-03-16glx-multithread-buffer-refcount-bug: new test for a recent bugMarek Olšák3-0/+75
2021-03-12cmake: Install MinGW CRT DLLs instead of statically linking them.Jose Fonseca1-14/+27
2021-03-12cmake: Use 7-Zip packaging and strip debugging symbols.Jose Fonseca1-1/+2
2021-03-10tests: ignore unsupported texture type + num samplesPierre-Eric Pelloux-Prayer1-0/+11
2021-03-10tests: fix test binary name in opengl.pyPierre-Eric Pelloux-Prayer1-1/+1
2021-03-10tests/glx: remove unnecessary calls to XMapWindowPierre-Eric Pelloux-Prayer1-3/+0
2021-03-10test/amd_perf_monitor: don't use exit(0)Pierre-Eric Pelloux-Prayer3-12/+24
2021-03-02spec/glsl-1.20: Use min and max with NaNIan Romanick4-0/+352
2021-03-02ext_external_objects: All supported image usage flags are setEleni Maria Stea10-64/+48
2021-03-02ext_external_objects: Replaced TexImage2D with TexSubImage2D in displayEleni Maria Stea1-1/+2
2021-03-01ext_external_objects: Fix in external buffersEleni Maria Stea4-11/+17
2021-03-01tests: speed up gl-1.3-texture-env testPierre-Eric Pelloux-Prayer1-1/+9
2021-03-01util: expose read_pixels_float/compare_pixels_floatPierre-Eric Pelloux-Prayer2-28/+34
2021-02-23arb_shader_storage_buffer_object/indirect: add dynamic store testMike Blumenkrantz1-0/+5
2021-02-22arb_uniform_buffer_object: Migrate to Python 3.Vinson Lee1-3/+3
2021-02-19arb_fragment_program: Test KIL using result of SLTIan Romanick1-0/+46
2021-02-17tests: fix running the replay profile with the --test-list argAndres Gomez1-2/+5
2021-02-16opengl.py: fix adj-prims arg constructionMike Blumenkrantz1-8/+8
2021-02-12framework/replay: adapt GFXReconstruct backend to >=0.9.4Andres Gomez6-124/+212
2021-02-10framework: add P0XX format support for piglit_gbm_buf_createTapani Pälli1-1/+12
2021-02-10framework/replay: do not raise in compare if no images were dumpedAndres Gomez2-4/+36
2021-02-10tests: fix documentation typos for the replay profileAndres Gomez1-6/+6
2021-02-08tests: add reproducer for issue 3712Yevhenii Kolesnikov1-0/+80
2021-02-05ext_external_objects: add mutable flag bit to external imagesEleni Maria Stea1-0/+6
2021-02-03ext_external_objects: fix for image testsEleni Maria Stea2-6/+12
2021-01-28EXT_separate_shader_objects: add redeclare built-in variable testcheyang1-0/+31
2021-01-28ext_external_objects: fix validation error on vertex binding descriptionsTapani Pälli1-2/+5
2021-01-28egl: add the most basic test of EGL_EXT_protected_contentLionel Landwerlin7-10/+109
2021-01-27tests: Add an EGL test for exporting a textureNanley Chery3-0/+222
2021-01-25ext_external_objects: remove VK_IMAGE_USAGE_STORAGE_BIT usageTapani Pälli1-20/+20
2021-01-23arb_es2_compatibility: Check return value.Vinson Lee1-4/+7
2021-01-23arb_separate_shader_objects: Check return values.Vinson Lee1-2/+7
2021-01-21util: Fix draws in ManifestStencil/Depth.Michal Krol1-2/+2