summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2024-12-12Fix build against glslang 15.0Alexandre Demers
Patch taken from native package Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2024-07-31Upgrade to 7.349.0Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2024-04-08Add libglvnd to makedepends listAlexandre Demers
KHR/khrplatform.h is needed. It is provided by libglvnd. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2024-02-28Reinstate lib32-libplacebo to use it with lib32-ffmpeg and update 6.338.2Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2023-05-26Update to 5.264.1Alexandre Demers
Native package is at 5.229.1. However, that version is broken against latest vulkan-headers. Since the native package has already been flagged as out of date, I'm updating to the latest version and this update should be available once the native package is also updated. Merge in the changes from the native package that had were added since 4.208.0 Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2022-08-02Update to 4.208.0Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2022-02-18Update to 4.192.1Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2022-01-23Updating to 4.192.0Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2021-09-22Update to 4.157.0Alexandre Demers
Nothing special mentionned from source. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2021-05-08Update to 3.120.3Alexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2021-04-30Update to 3.120.2Alexandre Demers
Vulkan 1.0.42 or later is required. This is correctly provided by lib32-vulkan-icd-loader 1.2.176 and later Remove useless fix (merged in main branch) Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2021-04-02Update to 3.104.0Alexandre Demers
Prepare for 3.120.0, but add version restriction to be sure to be in sync with native package. Add commit ac44e8f1 to blacklist FUCHSIA strings that would prevent building correctly (merged into 3.120.0). Add a .gitignore file for cleanliness. Disable demos in preparation of 3.120.0. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2020-11-22Update to 2.72.2Alexandre Demers
Remove patch for vulkan deprecated enum members since it was merge in main branch. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2020-05-10Fix building error with latest vulkan headersAlexandre Demers
It seems some enum members were removed from latest vulkan headers (1.2.140) Upstream source provides fixed the issue in commit 45e19e7b. Until a new libplacebo release, apply the patch. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2020-05-09Fix env variables for compilationAlexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2020-05-08Update to 2.43.1Alexandre Demers
We still have to use env variables for cross-compilation with Meson. At some point in the near future, we may be able to switch to the crossbuild file. Add CFLAGS and CXXFLAGS as it is done for the system arch package. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2019-11-21Update to 1.21.0 and fix build against latest glslangAlexandre Demers
Added a minimum glslang version. Explicitly include glslang's include folder. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2019-08-15Deactive testAlexandre Demers
Assuming that since libplacebo is installed and we are using the same version, we should encounter the same test results. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2019-08-15Initial commitAlexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>