From bfed189ee0ddfe9aad2c8732094434b7e1c5166d Mon Sep 17 00:00:00 2001 From: Bas Nieuwenhuizen Date: Tue, 8 Aug 2017 00:01:47 +0200 Subject: [PATCH] radv: remove semicolon in if(...); Trivial. Fixes: a6a6146aa91 "radv: Don't allow fmask swizzling for shareable images." --- src/amd/vulkan/radv_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_image.c b/src/amd/vulkan/radv_image.c index 7e59142bf30..c0064c0a170 100644 --- a/src/amd/vulkan/radv_image.c +++ b/src/amd/vulkan/radv_image.c @@ -616,7 +616,7 @@ radv_image_get_fmask_info(struct radv_device *device, info.samples = 1; fmask.flags = image->surface.flags | RADEON_SURF_FMASK; - if (!image->shareable); + if (!image->shareable) info.surf_index = &device->fmask_mrt_offset_counter; /* Force 2D tiling if it wasn't set. This may occur when creating