0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2024-11-27 06:08:57 +00:00
glibc-packages/gpkg/mesa/enable-smoothLines.patch
Ivan Max 358d8a6c49
update pkgs (#268)
gpkg/libclc
gpkg/mesa
gpkg/vulkan-icd-loader
gpkg/vulkan-tools
2024-07-15 14:41:15 +03:00

12 lines
500 B
Diff

--- src/src/freedreno/vulkan/tu_device.cc 2024-01-24 23:01:24.000000000 +0300
+++ src/src/freedreno/vulkan/tu_device.cc.patch 2024-01-31 11:04:37.987688273 +0300
@@ -505,7 +505,7 @@
/* VK_EXT_line_rasterization */
features->rectangularLines = true;
features->bresenhamLines = true;
- features->smoothLines = false;
+ features->smoothLines = true;
features->stippledRectangularLines = false;
features->stippledBresenhamLines = false;
features->stippledSmoothLines = false;