From 0e3fcc20d565513de6e235562bc924ae7faa2f8e Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sun, 26 Sep 2021 21:25:34 -0400 Subject: [PATCH] features: mark off bindless texture for zink Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index db6e95a0cc0..1557e346bb8 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -295,7 +295,7 @@ GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+, radeonsi, virgl, llvmpipe, zink Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES version: - GL_ARB_bindless_texture DONE (nvc0, radeonsi) + GL_ARB_bindless_texture DONE (nvc0, radeonsi, zink) 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, zink)