mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
venus: enable KHR_driver_properties on Android
Venus has a driver id now and Android cts has been patched. Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18447>
This commit is contained in:
parent
61e899a181
commit
d399685da5
1 changed files with 0 additions and 3 deletions
|
|
@ -1055,10 +1055,7 @@ 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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue