Commit Graph

10 Commits

Author SHA1 Message Date
Martin Pulec
43e33e1399 vulkan: support VUYA
with shader
2025-10-07 16:01:56 +02:00
Martin Pulec
0578d809c1 default sountfont: use original name
The name default.sf3 is no longer required, the soundfont name is resolved
directly so use the original name. It is TimGM6mb derivative with just
piano downloaded from:
<https://musical-artifacts.com/artifacts/2642>
2025-09-04 09:25:44 +02:00
Martin Pulec
4357452c32 move soundfont to shared + always install
This simplifies things a bit at the expense that the soundfont is always
included/installed (91 kB).

Added get_data_path() function for generic handling the path to common
data (eg. /usr/local/share/ultragrid if installed). The idea is to catch
all cases - installed (run with absolute or relative path) or run from
inside the source directory in one place.
2025-09-03 16:42:28 +02:00
Martin Piatka
a35059bfb8 vulkan: Delete unused compiled shader 2023-02-07 09:51:40 +01:00
Martin Piatka
553296bff7 vulkan: Fix Y416 conversion
see GH-291
2023-02-07 09:50:01 +01:00
Martin Piatka
ba3755fdc0 vulkan: Fix shader UYVY conversion
There were 2 issues:
1. normalized floating coords causing artifacts (see GH-291)
2. The resulting image width was incorrectly doubled
2023-02-07 09:50:00 +01:00
Martin Piatka
95fcfecbec vulkan: RGB10A2_conv: Use unnormalized integer coords
closes GH-291
2023-02-06 15:40:04 +01:00
Martin Beľa
b961b9b2d8 [vulkan] Add shaders compiled into SPIR-V 2022-11-07 23:29:49 +01:00
Martin Pulec
1c5a1d1643 Removed old CESNET logo 2019-11-05 17:35:10 +01:00
Martin Pulec
99d5ca248c Support for arbitrary PAM overlay logo 2014-04-15 09:15:52 +02:00