mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-12 04:40:42 +01:00
freedreno: Add missing cl_gl_sharing cap
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:
parent
86f952fade
commit
b618b7e725
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue