mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2024-11-27 06:08:57 +00:00
358d8a6c49
gpkg/libclc gpkg/mesa gpkg/vulkan-icd-loader gpkg/vulkan-tools
12 lines
500 B
Diff
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;
|