0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-06-01 14:32:08 +00:00
Files
Robert Kirkman f33dd2f984 fix(main/mesa-vulkan-icd-freedreno): replace wait_timestamp_safe() assertion failure with a warning
This works around the crash:

```
../src/freedreno/vulkan/tu_knl_kgsl.cc:572:
VkResult wait_timestamp_safe(int, unsigned int, unsigned int, uint64_t):
Assertion errno == ETIMEDOUT' failed.
```

that happens to some users in some situations, which can allow the program to proceed and print a message showing the contents of `errno` instead.
2025-05-30 13:41:21 -05:00
..