Module: Mesa Branch: main Commit: 0e3fcc20d565513de6e235562bc924ae7faa2f8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e3fcc20d565513de6e235562bc924ae7faa2f8e
Author: Mike Blumenkrantz <[email protected]> Date: Sun Sep 26 21:25:34 2021 -0400 features: mark off bindless texture for zink Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12855> --- 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)
