Commit Graph

63 Commits

Author SHA1 Message Date
Stenzek b162063535
CI/AppImage: Build shrunk ffmpeg for media capture 2024-09-03 18:53:19 +10:00
Stenzek dc998f72ab
Deps: Bump SDL2 to 2.30.7 2024-09-03 18:51:36 +10:00
Stenzek 06b2f29bb9
CMake: Remove unused file 2024-08-26 00:16:38 +10:00
Stenzek 11787a5969
ImGui: Enable lunasvg 2024-08-25 21:17:22 +10:00
Stenzek e019758ef8
Deps: Version bumps 2024-08-25 21:17:10 +10:00
Stenzek fbe2d46873
CMake: Add install target
Do **not** use this with /usr or /usr/local. It creates subdirectories
for resources/translations in the install prefix.

It's intended for creating a relocatable, self-contained bundle, which
can be packaged.
2024-08-24 20:54:45 +10:00
Stenzek 28919dd475
Deps: Bump shaderc 2024-08-24 20:54:44 +10:00
Stenzek 2e2451998c
Misc: Fix ARM32 build (again) 2024-08-14 21:39:29 +10:00
Stenzek f48d3b4636
CMake: Copy FFmpeg dylibs into Mac bundle 2024-08-12 22:17:45 +10:00
Stenzek da4b5df656
MediaCapture: Add FFmpeg backend 2024-08-12 16:29:03 +10:00
Stenzek d862043f1d
CMake: Fill version in bundle info plist 2024-08-05 00:59:31 +10:00
Stenzek 75cf877b0d
Deps: Bump SDL2 to 2.30.6 2024-08-02 21:50:47 +10:00
Stenzek 6d70d24bc4
AudioStream: Swap to shared soundtouch library
Yay licensing requirements.
2024-08-02 21:49:19 +10:00
Stenzek f5cc70923b
CMake: Fix typo in Mac CMAKE_CXX_FLAGS 2024-07-07 15:12:49 +10:00
Stenzek e59e93696b
CMake: Fix warning building with MSVC 2024-07-04 15:52:32 +10:00
Stenzek 00d2d862c2
Build: Use shared discord-rpc 2024-07-04 15:52:32 +10:00
Stenzek 0ae6ddcf7f
Common: Add GSVector
Mostly based on PCSX2.
2024-07-03 00:24:12 +10:00
Stenzek 173a61039c
System: Use cpuinfo for cache line size check 2024-07-03 00:24:12 +10:00
Stenzek e8541648ce
Deps: Bump versions 2024-06-23 13:20:48 +10:00
Jordan 59c3c33bc8
Deps: Update to SDL 2.30.4 (#3228) 2024-06-23 11:12:47 +10:00
Stenzek ef69c31e9f
GPUDevice: Support transpiling shaders at compile time
And use it for GLSL postprocessing shaders.
2024-06-14 21:21:34 +10:00
Stenzek 0240ea8b49
PageFaultHandler: Simplifications 2024-05-25 17:42:12 +10:00
Stenzek 88ace6e4ae
CMake: Detect cache line size dynamically on AArch64 Linux 2024-05-15 00:50:24 +10:00
Stenzek b204fd6860
Qt: Fix Mac dylib not being included 2024-05-14 20:08:53 +10:00
Stenzek d056584173
Deps: Update shaderc to 2024.1 2024-05-14 16:00:09 +10:00
Stenzek 03f9708911
GPUDevice: Move SPIR-V compilation to base class 2024-05-13 00:06:56 +10:00
Stenzek e4d940a476
Deps: Update SDL2 to 2.30.3 2024-05-05 13:26:33 +10:00
Stenzek 808e832c9a
CI: Slim down Linux package install list 2024-04-25 17:32:48 +10:00
Stenzek 4df6f3bc4d
Scripts: Drop freetype/zlib from Linux deps build
Qt pulls in fontconfig, which needs the system version.
2024-04-25 15:57:55 +10:00
Stenzek 8867bb129a
CMake: Tidy up build system
And fix Windows CMake... who knows how long for.
2024-04-20 21:19:31 +10:00
Stenzek 5f915e1cbe
MetalDevice: Use shared SPIRV-Cross 2024-04-14 17:25:23 +10:00
Stenzek 98241cb6ba
GPUDevice: Swap out glslang for shaderc 2024-04-05 17:53:24 +10:00
Stenzek ffbb14f508
dep/imgui: Use FreeType rasterizer 2024-04-05 17:23:28 +10:00
Stenzek 5c56d4e869
Deps: Update to Qt 6.7.0 and SDL 2.30.2 2024-04-05 17:23:28 +10:00
Stenzek 98d2d866d6
CI: Use OS zlib for MacOS
Because the updater doesn't get fixup'd, so the dylib doesn't get added
to its bundle.
2024-03-26 01:20:33 +10:00
Stenzek b143d96476
Build: Use deps DLLs on Windows 2024-03-24 16:02:59 +10:00
Stenzek 604b47c7b7
Deps: Update to SDL2 2.30.1 and Qt 6.6.2 2024-03-08 23:41:14 +10:00
Stenzek e9c4416272
dep: Add libjpeg v9f 2024-03-06 23:55:18 +10:00
Stenzek b749c483da
dep: Add libpng 1.6.43 2024-03-06 23:55:18 +10:00
Stenzek 9e26622a12
CDImageDevice: Implement disc reading for Linux
And fix it for Windows. SubQ reading should now work.
2024-03-01 00:50:31 +10:00
Stenzek 4a70164dac
CMake: Determine host page size at build time
Needed for running on Asahi Linux.
2024-02-25 20:30:41 +10:00
Stenzek 143fb0876d
dep/glad: Update to v2.0.5 2024-02-25 20:30:41 +10:00
Stenzek c2c3eac749
Build: Use shared webp/zstd/zlib 2024-02-03 19:41:56 +10:00
Stenzek 6f66460ec0
Common: Remove ThreadPool class
No longer needed.
2023-11-06 23:17:58 +10:00
Stenzek fb659d817e NoGUI: Build fix 2023-10-02 23:59:01 +10:00
Stenzek e6bfcf22d9 CMake: Disable warnings on third-party projects 2023-09-30 15:41:38 +10:00
Stenzek a37e89b52f CMake: Remove unsupported options 2023-09-16 19:00:29 +10:00
Stenzek b8a372bb6e CMake: Generate/copy base translations for Mac/Linux 2023-09-16 19:00:28 +10:00
Stenzek a2f19143da MetalDevice: Support multisampling 2023-09-16 19:00:28 +10:00
Stenzek 7b068b976b CrashHandler: Use libbacktrace 2023-09-05 21:37:03 +10:00