summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-14.gitlab-ci.yml: Save windows build of shader_runner as an artifact for 1 weeksave-ci-shader-runnerJordan Justen1-0/+28
2021-04-14.gitlab-ci.yml: Disable triggering of normal buildsJordan Justen1-0/+9
2021-04-14piglit: statically link to MSVC runtimesJordan Justen2-0/+666
2021-04-13tests: Add a test for a DMABUF reimporting bugNanley Chery3-0/+151
2021-04-12ext_external_objects: fixes in tests cleanup functions and parametersEleni Maria Stea2-94/+38
2021-04-12ext_external_objects: Fix for the pipeline barrierEleni Maria Stea1-76/+76
2021-04-12ext_external_objects: Fixes in the Vulkan framework.Eleni Maria Stea2-56/+71
2021-04-02ext_image_dma_buf_import/sample_yuv: Fix endianess problems in P0XX testsIan Romanick3-8/+23
2021-04-02ext_image_dma_buf_import: Bump libdrm requirement to 2.4.98Ian Romanick2-40/+5
2021-04-02CI: Update libdrm beyond what is in DebianIan Romanick3-12/+50
2021-04-02ext_image_dma_buf_import/sample_rgb/yuv: Trivial whitespace cleanupIan Romanick3-12/+12
2021-04-02ext_image_dma_buf_import/sample_rgb/yuv: Print usageIan Romanick4-0/+19
2021-04-02ext_image_dma_buf_import: Silence integer-to-pointer cast warning in export-t...Ian Romanick1-1/+2
2021-04-01shader_runner: run all the tests even if -report-subtests isn't usedPierre-Eric Pelloux-Prayer1-3/+6
2021-03-31GL_NV_compute_shader_derivatives: make builtin function test a compat shaderTimothy Arceri1-2/+2
2021-03-31framework/replay: Set Authorization header when downloading from MinIOTomeu Vizoso6-3/+164
2021-03-27ext_transform_feedback: add a test for the second-half of gl_ClipDistanceErik Faye-Lund1-0/+23
2021-03-27.gitlab-ci.yml: Fix broken webpage build (use python3)Jordan Justen1-1/+1
2021-03-26glsl-1.30: Test range analysis of saturate in the presence of NaNIan Romanick1-0/+71
2021-03-26glsl-1.30: Test range analysis of min and max in the presence of NaNIan Romanick2-0/+60
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