asahi: Advertise GL 3.1

We now have support for baseline MSAA, except for support for eMRT. But hey,
this gets us 99% of the way there, so it's worth flipping on at least in
agx/next.

We can also advertise dual-source blending again. It was reverted since Chromium
freaks out with dual-source blending on a GL 2.1 driver, but since we're
advertising GL 3.1 now, it's ok.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23480>
This commit is contained in:
Alyssa Rosenzweig
2023-05-25 13:22:53 -04:00
committed by Marge Bot
parent 8d019125a0
commit be5004691c
4 changed files with 34 additions and 32 deletions
+2
View File
@@ -2,3 +2,5 @@ VK_EXT_attachment_feedback_loop_dynamic_state on RADV
extendedDynamicState3SampleLocationsEnable on RADV
VK_EXT_dynamic_rendering_unused_attachments on RADV
VK_EXT_mesh_shader on lavapipe
OpenGL 3.1 on Asahi
OpenGL ES 3.0 on Asahi