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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user