Commit Graph

31 Commits (e8938f06347e4837c32ef4c71c21cbd43245f244)

Author SHA1 Message Date
Stenzek 4cf5f38a8c
Qt: Add ThemeSVGIconEngine to replace use of Qt SVG
Uses plutosvg to render icons with a different colour scheme dependent
on the text colour. No more duplicating all the icons.
4 months ago
Stenzek 2225d366b2
GPUDevice: Pack shaderc/spirv-cross function pointers together 4 months ago
Stenzek f6da96077b
CI: Bump dependencies to 20260512
Also update the Windows builder to use VS2026, and the Linux builders to
use clang-20.
4 months ago
Stenzek fedd294bde
CI: Only build Qt frontend for cross jobs 6 months ago
Stenzek ec5e676511
CI: Update to latest AppImage utilities 7 months ago
Stenzek 4acd4a099c
CI: Remove AppRun hook from cross AppImage
We handle setting QT_QPA_PLATFORMTHEME early during startup.
7 months ago
Stenzek 3c3f9e3eb4
CI: Drop libc injection hack
It never worked well, and broke network connectivity.
7 months ago
Stenzek cdf6d5bd29
CI: Use prebuilt dependencies
Decouple from the repository. Less CI time, and faster building of older
commits.
7 months ago
Stenzek 156837e694
Scripts: Remove redundant packaging subdirectory 7 months ago
Stenzek 42c5f9169f
CI: Merge all packaging scripts to one directory 2 years ago
Stenzek 9fbb760b18
CI/AppImage: Bump to LLVM 18 2 years ago
Stenzek ed7a9e2f8c
CI: Refactoring and add Linux SSE2 builds
Windows will follow at some point.
2 years ago
Stenzek 350cf7ee32
GPUDevice: Use suffixed shaderc libname
Avoids conflicts with other installations of shaderc, e.g. the Vulkan
SDK, which might be in the user's LD_LIBRARY_PATH.
2 years ago
Stenzek 8274042bb1
CI/AppImage: Build shrunk ffmpeg for media capture 2 years ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 2 years ago
Stenzek 599800dfa1
Deps: Version bumps 2 years ago
Stenzek 5368a1dcba
CI/AppImage: Work around broken AppImageLauncher 2 years ago
Stenzek 79bb5f079c
GPUDevice: Fix SPIRV-Cross load error on Mac 2 years ago
Stenzek c23ea4b2ad
CI/AppImage: Pin versions 2 years ago
Stenzek b6b0997e70
Build: Favor git repositories over in-tree patches
Too messy.
2 years ago
Samuel d8413719c1
CI/AppImage: Use fuse3 compatible appimagetool (#3251) 2 years ago
Stenzek f6d3a7987d
System: Load discord-rpc dynamically 2 years ago
Stenzek 51648b0714
CI/AppImage: Explicitly remove libwayland-* 2 years ago
Stenzek ef69c31e9f
GPUDevice: Support transpiling shaders at compile time
And use it for GLSL postprocessing shaders.
2 years ago
Stenzek 7bc42495fa
CI/AppImage: QtNetwork is no longer needed 2 years ago
Stenzek bd0cf6582c
Revert "CI/AppImage: Don't bundle libssl/libcrypto"
This reverts commit a2abcc9bb3.
2 years ago
Stenzek b204fd6860
Qt: Fix Mac dylib not being included 2 years ago
Stenzek a2abcc9bb3
CI/AppImage: Don't bundle libssl/libcrypto 2 years ago
Stenzek 03f9708911
GPUDevice: Move SPIR-V compilation to base class 2 years ago
Stenzek 808e832c9a
CI: Slim down Linux package install list 2 years ago
Stenzek 33f945f1e8
CI/AppImage: Disable Wayland by default
Set I_WANT_A_BROKEN_WAYLAND_UI=1 if you must use it.
But there's gonna be broken stuff.
3 years ago