aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/piglit/glslparser.txt
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: add ARB_derivative_control supportDave Airlie2020-01-101-6/+10
| | | | Reviewed-by: Roland Scheidegger <[email protected]>
* llvmpipe: enable ARB_shader_group_vote.Dave Airlie2019-12-301-8/+14
| | | | | | | | | | This just adds the NIR paths for shader group vote. v2: drop feq for now. (Roland) Reviewed-by: Roland Scheidegger <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3213> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3213>
* llvmpipe: enable ARB_shader_draw_parameters.Dave Airlie2019-12-121-6/+10
| | | | | | All the bits should be in place for this now. Reviewed-by: Roland Scheidegger <[email protected]>
* gitlab-ci: build RADV in meson-testingSamuel Pitoiset2019-12-061-183/+14
| | | | | | | | This requires to bump LLVM to 8 because it's the minimum supported version by RADV. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Michel Dänzer <[email protected]>
* gitlab-ci: Run piglit glslparser & quick_shader tests separatelyMichel Dänzer2019-12-041-0/+5272
And only use --process-isolation false for the quick_gl tests. This will hopefully avoid variance in the test results that we've been seeing lately. But even if it doesn't, it should at least help narrow down the cause of the variance. Tested-by: Vasily Khoruzhick <[email protected]> Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>