freedreno: Add missing cl_gl_sharing cap
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40140>
This commit is contained in:
Rob Clark 2026-02-18 12:56:09 -08:00 committed by Marge Bot
parent 86f952fade
commit b618b7e725
2 changed files with 2 additions and 1 deletions

View file

@ -871,7 +871,7 @@ Rusticl extensions:
cl_khr_gl_depth_images not started
cl_khr_gl_event not started
cl_khr_gl_msaa_sharing not started
cl_khr_gl_sharing DONE (iris, radeonsi, zink)
cl_khr_gl_sharing DONE (freedreno, iris, radeonsi, zink)
cl_khr_icd DONE
cl_khr_initialize_memory not started
cl_khr_int64_base_atomics not started

View file

@ -393,6 +393,7 @@ fd_init_screen_caps(struct fd_screen *screen)
caps->glsl_tess_levels_as_inputs = true;
caps->texture_mirror_clamp_to_edge = true;
caps->gl_spirv = true;
caps->cl_gl_sharing = true;
caps->fbfetch_coherent = true;
caps->has_const_bw = true;