Skip to content
Snippets Groups Projects
Commit 2cbbfd23 authored by Roman Stratiienko's avatar Roman Stratiienko Committed by Marge Bot
Browse files

v3dv: Hotfix: Rename remaining V3DV_HAS_SURFACE->V3DV_USE_WSI_PLATFORM


This was somehow missed by me and during review.

Fixes fcfc4ddf: ("v3dv: Fix V3DV_HAS_SURFACE preprocessor condition")

Signed-off-by: default avatarRoman Stratiienko <roman.o.stratiienko@globallogic.com>
Reviewed-by: default avatarIago Toral Quiroga <itoral@igalia.com>
Part-of: <mesa/mesa!14190>
parent 2630c8f5
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
.KHR_sampler_mirror_clamp_to_edge = true,
.KHR_storage_buffer_storage_class = true,
.KHR_uniform_buffer_standard_layout = true,
#ifdef V3DV_HAS_SURFACE
#ifdef V3DV_USE_WSI_PLATFORM
.KHR_swapchain = true,
.KHR_swapchain_mutable_format = true,
.KHR_incremental_present = true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment