panvk: Advertise support for logicOp

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16309>
This commit is contained in:
Jason Ekstrand 2022-05-05 12:47:34 -05:00 committed by Marge Bot
parent 25249e8be2
commit e4ad1b5b33
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ include = [
"dEQP-VK.image.load_store.with_format.*",
"dEQP-VK.pipeline.depth.format.d24_unorm_s8_uint.depth_test_disabled.depth_write_enabled",
"dEQP-VK.pipeline.input_assembly.*",
"dEQP-VK.pipeline.logic_op.*",
"dEQP-VK.pipeline.sampler.view_type.*.format.r*.address_modes.all_mode_clamp_to_border*",
"dEQP-VK.pipeline.stencil.*",
"dEQP-VK.rasterization.interpolation.*",

View File

@ -477,6 +477,7 @@ panvk_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
pFeatures->features = (VkPhysicalDeviceFeatures) {
.fullDrawIndexUint32 = true,
.independentBlend = true,
.logicOp = true,
.wideLines = true,
.largePoints = true,
.textureCompressionETC2 = true,