Commit Graph
76 Commits
Author SHA1 Message Date
Stenzek 9cd9042563 CMake: Fix RISC-V building with LLVM 2024-12-30 02:58:16 +10:00
Stenzek a08bd43000 CMake: Fix incorrect message for cache line size 2024-12-30 01:57:08 +10:00
Stenzek 0faa9cf650 Build: Add Devel configuration
Gets you debug assertions and logging, while still producing an
optimized executable.
2024-12-01 23:21:33 +10:00
Stenzek e69f0d3cce OpenGLDevice: Support both XCB and Xlib
Required for NVIDIA+XWayland.
2024-11-11 20:12:26 +10:00
Stenzek b5c83e671f Qt: Drop Qt 6.7.0 workarounds
Fedora 41 is out with Qt 6.8.0.
2024-11-05 12:09:50 +10:00
Stenzek 82e9bcc55f Qt: Compatibility with Qt 6.7
Dunno why updating packages is taking so long...
2024-10-26 16:15:58 +10:00
Stenzek a8d846ac8f Cheats: Use libzip for reading archive 2024-10-22 21:25:27 +10:00
Stenzek b277035734 Qt: Use Qt 6.8 thread helpers 2024-10-20 13:41:15 +10:00
Stenzek 41c709ef6f CMake: Reference shaderc/spirv-cross unconditionally
Should fix build with Vulkan disabled.
2024-10-19 13:15:00 +10:00
Stenzek 26b6c704f0 MemMap: Support dynamic page size selection
i.e. 4K to 16K on ARM64.
2024-10-05 19:25:23 +10:00
Stenzek b971125469 MSBuild: Support creating legacy SSE2 builds 2024-09-23 21:19:28 +10:00
Stenzek bfc914aaa9 CMake: Add DISABLE_SSE4 option
NOT recommended. Only if you ABSOLUTELY need it.

The SSE2/legacy build will be a separate download option, and
warn you if you try to run it on a CPU that supports SSE4.
2024-09-23 20:27:58 +10:00
Stenzek d67b826033 CI/Flatpak: Improve install behaviour
Use "standard" install path.
2024-09-23 19:21:14 +10:00
Stenzek 8274042bb1 CI/AppImage: Build shrunk ffmpeg for media capture 2024-09-02 21:55:27 +10:00
Stenzek 56dac5f52a Deps: Bump SDL2 to 2.30.7 2024-09-03 17:47:20 +10:00
Stenzek b8026a038c CMake: Remove unused file 2024-08-25 23:39:57 +10:00
Stenzek b378ffb975 ImGui: Enable lunasvg 2024-08-25 14:39:59 +10:00
Stenzek 599800dfa1 Deps: Version bumps 2024-08-25 20:53:25 +10:00
Stenzek 72fc81a705 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-12 18:49:28 +10:00
Stenzek 96b8e53fbf Deps: Bump shaderc 2024-08-24 18:08:53 +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
JordanandGitHub 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