Commit Graph

156 Commits (b5768266bb1eb60dcbcce0e84bcb03849a05871e)

Author SHA1 Message Date
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.
6 months ago
Stenzek a22acfc8a7
Deps: Include DXC and DirectX Agility SDK 6 months ago
Stenzek c42fb7c16e
GPUDevice: Support ingesting SPIR-V
Will be transpiled to HLSL -> DXBC for DirectX backends.
6 months ago
Stenzek c5dd48474f
CI/MacOS: Don't use ninja for lunasvg 6 months ago
Stenzek 8274042bb1
CI/AppImage: Build shrunk ffmpeg for media capture 6 months ago
Stenzek 56dac5f52a
Deps: Bump SDL2 to 2.30.7 6 months ago
Stenzek 88ee70ef8a
Misc: Remove unused files 6 months ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 6 months ago
Stenzek f30844cc40
ImGuiManager: Move glyph ranges to separate file 6 months ago
Stenzek 25d8f1be67
Deps: Build lunasvg 6 months ago
Stenzek f2c0303875
Misc: Use lightgun controller icon 6 months ago
Stenzek 599800dfa1
Deps: Version bumps 6 months ago
Stenzek 41fb5d3d9a
CMake: Enable PIC on Linux
Otherwise ASLR does not work. Also stops LTO builds crashing in the
middle of Qt on Fedora.
6 months ago
Stenzek 7745c9ef43
Deps: Make some libraries optional for Linux 7 months ago
Stenzek 873b540b82
Deps: Switch to libjpeg-turbo 6 months ago
Stenzek 96b8e53fbf
Deps: Bump shaderc 6 months ago
Stenzek da4b5df656
MediaCapture: Add FFmpeg backend 7 months ago
Stenzek 5368a1dcba
CI/AppImage: Work around broken AppImageLauncher 7 months ago
Stenzek cabba81a76
CI/Flatpak: Switch from JSON -> YAML
Actually lets me have comments...
7 months ago
Stenzek 79bb5f079c
GPUDevice: Fix SPIRV-Cross load error on Mac 7 months ago
Stenzek c23ea4b2ad
CI/AppImage: Pin versions 7 months ago
Stenzek 75cf877b0d
Deps: Bump SDL2 to 2.30.6 7 months ago
Stenzek 6d70d24bc4
AudioStream: Swap to shared soundtouch library
Yay licensing requirements.
7 months ago
Stenzek b6b0997e70
Build: Favor git repositories over in-tree patches
Too messy.
7 months ago
Stenzek 5d5c04c9b4
RegTest: Fix compare with only missing but no diffs 8 months ago
Samuel d8413719c1
CI/AppImage: Use fuse3 compatible appimagetool (#3251) 8 months ago
Stenzek fe055280e1
Deps: Patch macdeployqt timeout 8 months ago
Stenzek e1a9c69a4a
Deps: Bump to SDL 2.30.5 8 months ago
Stenzek 82b5772d27
Deps: Move build scripts/patches into own directory 8 months ago
Stenzek f6d3a7987d
System: Load discord-rpc dynamically 8 months ago
Stenzek f35397cf8d
Deps: Build discord-rpc 8 months ago
Stenzek 31aa040758
Deps: Build cpuinfo 8 months ago
Stenzek 31c3af4866
RegTest: Add spacebar swapper 8 months ago
Stenzek e8541648ce
Deps: Bump versions 8 months ago
Jordan 59c3c33bc8
Deps: Update to SDL 2.30.4 (#3228) 8 months ago
Stenzek 51648b0714
CI/AppImage: Explicitly remove libwayland-* 9 months ago
Stenzek ef69c31e9f
GPUDevice: Support transpiling shaders at compile time
And use it for GLSL postprocessing shaders.
9 months ago
Stenzek 5a185654ba
CI: Disable Qt's PCRE2 JIT on Windows 9 months ago
Stenzek 7bc42495fa
CI/AppImage: QtNetwork is no longer needed 9 months ago
Stenzek 9eb18449a7
Deps: Fix Linux build script to take relative paths 9 months ago
Stenzek bd0cf6582c
Revert "CI/AppImage: Don't bundle libssl/libcrypto"
This reverts commit a2abcc9bb3.
10 months ago
Stenzek 0ebc239003
CI: Remove ninja dependency for Mac deps 10 months ago
Stenzek 7066eea7c4
Scripts: Remove now-unused file 10 months ago
Stenzek b204fd6860
Qt: Fix Mac dylib not being included 10 months ago
Stenzek d056584173
Deps: Update shaderc to 2024.1 10 months ago
Stenzek a2abcc9bb3
CI/AppImage: Don't bundle libssl/libcrypto 10 months ago
Stenzek 03f9708911
GPUDevice: Move SPIR-V compilation to base class 10 months ago
Stenzek 0a63bec65c
CI/Flatpak: Push to Flathub 10 months ago
Stenzek e4d940a476
Deps: Update SDL2 to 2.30.3 10 months ago
Stenzek 26917f14c5
CI/Flatpak: Disable SDK CFLAGS
It's setting _GLIBCXX_ASSERTIONS in release builds, which has a
performance hit.
10 months ago