freedreno: Enable GLSL 1.50, updating us to GL 3.2 contexts.
authorEric Anholt <eric@anholt.net>
Mon, 28 Dec 2020 22:20:23 +0000 (14:20 -0800)
committerMarge Bot <eric+marge@anholt.net>
Tue, 29 Dec 2020 19:37:52 +0000 (19:37 +0000)
commit02328637c1af9a4dce8d6743641241344b17d606
tree9896ddb41f01507bfcb2a2e5a0c20015127684ba
parent9fe5859d5de16245272932cfd876450f5e11be13
freedreno: Enable GLSL 1.50, updating us to GL 3.2 contexts.

We have been advertising 3.1, which waffle has issues creating contexts
for, causing coverage (and performance!) issues in piglit.  We should
support all the necessary features already.

Some new failures are caught by the 3.2 CTS, but they look like they're
existing issues simply not covered by the minimal GL 3.0 CTS.

Fixes: #3037
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8255>
.gitlab-ci.yml
.gitlab-ci/deqp-freedreno-a630-fails.txt
docs/relnotes/new_features.txt
src/gallium/drivers/freedreno/freedreno_screen.c