From bd68559d36695bd13fecb235dc30cc915d44e9b6 Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Thu, 2 Jun 2022 02:54:54 +0200 Subject: tu: Enable shaderTessellationAndGeometryPointSize This already works and AFAICT there was no reason to disable it other than that the blob does. Part-of: --- src/freedreno/vulkan/tu_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c index 6388a25f448..b9623229d7a 100644 --- a/src/freedreno/vulkan/tu_device.c +++ b/src/freedreno/vulkan/tu_device.c @@ -670,7 +670,7 @@ tu_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice, .pipelineStatisticsQuery = true, .vertexPipelineStoresAndAtomics = true, .fragmentStoresAndAtomics = true, - .shaderTessellationAndGeometryPointSize = false, + .shaderTessellationAndGeometryPointSize = true, .shaderImageGatherExtended = true, .shaderStorageImageExtendedFormats = true, .shaderStorageImageMultisample = false, -- cgit v1.2.3