summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Abbott <cwabbott0@gmail.com>2022-06-02 02:54:54 +0200
committerMarge Bot <emma+marge@anholt.net>2022-06-02 16:32:57 +0000
commitbd68559d36695bd13fecb235dc30cc915d44e9b6 (patch)
tree0ce50105df5651a66cfa2732b3753c384965dc1e
parenteba8671e406e66e6c10d6b0c31532d0914433995 (diff)
tu: Enable shaderTessellationAndGeometryPointSize
This already works and AFAICT there was no reason to disable it other than that the blob does. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16830>
-rw-r--r--src/freedreno/vulkan/tu_device.c2
1 files changed, 1 insertions, 1 deletions
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,