Module: Mesa
Branch: main
Commit: 065a60b405ce7b731fca38e1ecbbfdecd437e683
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=065a60b405ce7b731fca38e1ecbbfdecd437e683

Author: Erik Faye-Lund <[email protected]>
Date:   Tue May 18 14:52:58 2021 +0200

docs/features: document GL_ARB_ES3_2_compatibility support for zink

We support this extension on Zink even if we don't support ES 3.2,
because the compatibility extension doesn't require advanced blending.

Reviewed-By: Mike Blumenkrantz <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10861>

---

 docs/features.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/features.txt b/docs/features.txt
index 66b4d7f6370..ebccba52ee8 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -300,7 +300,7 @@ Khronos, ARB, and OES extensions that are not part of any 
OpenGL or OpenGL ES ve
   GL_ARB_bindless_texture                               DONE (nvc0, radeonsi)
   GL_ARB_cl_event                                       not started
   GL_ARB_compute_variable_group_size                    DONE (i965/gen7+, 
nvc0, radeonsi, zink)
-  GL_ARB_ES3_2_compatibility                            DONE (i965/gen8+, 
radeonsi, virgl)
+  GL_ARB_ES3_2_compatibility                            DONE (i965/gen8+, 
radeonsi, virgl, zink)
   GL_ARB_fragment_shader_interlock                      DONE (i965, zink)
   GL_ARB_gpu_shader_int64                               DONE (i965/gen8+, 
nvc0, radeonsi, softpipe, llvmpipe, zink)
   GL_ARB_parallel_shader_compile                        DONE (all drivers)

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to