commit | 752957901902cd3de9b99ef272d7b7fbaeef2705 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Sep 10 16:25:49 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Sep 11 09:20:02 2015 -0600 |
tree | 7de7dd4c60b6b61ccb55f7e6f867692290cf0cfa | |
parent | c3b8eea2f5e66db11651068575f4712cf195f542 [diff] [blame] |
Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT
diff --git a/icd/intel/format.c b/icd/intel/format.c index 60a6ef4..bc05f2b 100644 --- a/icd/intel/format.c +++ b/icd/intel/format.c
@@ -603,8 +603,7 @@ features |= VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT; if (features & VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT) { - features |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT | - VK_FORMAT_FEATURE_CONVERSION_BIT; + features |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT; } } #undef TEST