rusticl: Advertise cl_khr_gl_sharing extension

Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21305>
This commit is contained in:
Antonio Gomes
2023-09-08 01:23:22 -03:00
committed by Marge Bot
parent 59287a1223
commit 7e031078dd
@@ -598,6 +598,10 @@ impl Device {
add_feat(1, 0, 0, "__opencl_c_fp64");
}
if self.is_gl_sharing_supported() {
add_ext(1, 0, 0, "cl_khr_gl_sharing");
}
if self.int64_supported() {
if self.embedded {
add_ext(1, 0, 0, "cles_khr_int64");