Module: Mesa Branch: main Commit: 655cbf203d15e6fc89f620eb745f6b04ae794fa6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=655cbf203d15e6fc89f620eb745f6b04ae794fa6
Author: Karol Herbst <[email protected]> Date: Sat Nov 4 10:30:53 2023 +0100 docs/features: mark rusticl gl_sharing as done It seems at the moment only iris and radeonsi expose other drivers aren't fulfilling all prerequisites. Signed-off-by: Karol Herbst <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26044> --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 1dd49e3d5a0..8faf592e13d 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -924,7 +924,7 @@ Rusticl extensions that are not part of any OpenCL version: cl_khr_fp16 in progress (llvmpipe, radeonsi, zink, Available with environment variable RUSTICL_FEATURES=fp16) cl_khr_gl_depth_images not started cl_khr_gl_msaa_sharing not started - cl_khr_gl_sharing in progress + cl_khr_gl_sharing DONE (iris, radeonsi) cl_khr_icd DONE cl_khr_initialize_memory not started cl_khr_int64_base_atomics not started
