From 065a60b405ce7b731fca38e1ecbbfdecd437e683 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 May 2021 14:52:58 +0200 Subject: [PATCH] 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 Part-of: --- 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)