aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2019-08-09 16:01:04 +0300
committerLionel Landwerlin <[email protected]>2019-08-09 22:59:43 +0300
commit8a884a25c5a4325875324b0cc4e69851711f6c9f (patch)
treec11c3ce1b3415fe05dae731341f2064cbf08bf08 /src/amd/vulkan/radv_device.c
parenta233a3a74ec7785f7e8f885bc6b4a444af23010d (diff)
amd: prepare dropping include of p_compiler.h
Signed-off-by: Lionel Landwerlin <[email protected]> Acked-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_device.c')
-rw-r--r--src/amd/vulkan/radv_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 4a2d836abe3..8e5d5bee921 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -4480,7 +4480,7 @@ radv_initialise_color_surface(struct radv_device *device,
format = radv_translate_colorformat(iview->vk_format);
if (format == V_028C70_COLOR_INVALID || ntype == ~0u)
radv_finishme("Illegal color\n");
- swap = radv_translate_colorswap(iview->vk_format, FALSE);
+ swap = radv_translate_colorswap(iview->vk_format, false);
endian = radv_colorformat_endian_swap(format);
/* blend clamp should be set for all NORM/SRGB types */