Mesa (main): turnip: enable strictLines

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 13 12:38:07 UTC 2021


Module: Mesa
Branch: main
Commit: 30b4911031bce59e555e3117a72c57c5ddbaa3f5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=30b4911031bce59e555e3117a72c57c5ddbaa3f5

Author: Hyunjun Ko <zzoon at igalia.com>
Date:   Thu Sep 30 02:55:28 2021 +0000

turnip: enable strictLines

Now we can enable strictLines as we set rectangular lines by default.

Signed-off-by: Hyunjun Ko <zzoon at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6020>

---

 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 1d41260e93c..5a89e54faf9 100644
--- a/src/freedreno/vulkan/tu_device.c
+++ b/src/freedreno/vulkan/tu_device.c
@@ -988,7 +988,7 @@ tu_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
       .lineWidthRange = { 1.0, 1.0 },
       .pointSizeGranularity = 	0.0625,
       .lineWidthGranularity = 0.0,
-      .strictLines = false, /* FINISHME */
+      .strictLines = true,
       .standardSampleLocations = true,
       .optimalBufferCopyOffsetAlignment = 128,
       .optimalBufferCopyRowPitchAlignment = 128,



More information about the mesa-commit mailing list