mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
radv: remove semicolon in if(...);
Trivial.
Fixes: a6a6146aa9 "radv: Don't allow fmask swizzling for shareable images."
This commit is contained in:
parent
2e9a13bf22
commit
bfed189ee0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue