venus: stop advertising KHR_driver_properties for Android

This is to pass the Android cts requirement. We will re-advertise the
extension after venus has a valid driver id defined.

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10819>
This commit is contained in:
Yiwei Zhang
2021-05-15 22:07:27 +00:00
committed by Marge Bot
parent a49346979a
commit d661e32bfb
+3
View File
@@ -1498,7 +1498,10 @@ vn_physical_device_get_passthrough_extensions(
.KHR_create_renderpass2 = true,
.KHR_depth_stencil_resolve = true,
.KHR_draw_indirect_count = true,
#ifndef ANDROID
/* xxx remove the #ifndef after venus has a driver id */
.KHR_driver_properties = true,
#endif
.KHR_image_format_list = true,
.KHR_imageless_framebuffer = true,
.KHR_sampler_mirror_clamp_to_edge = true,