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
Stenzek
ea68c5b4b5
Build: Use dependency package on Windows
2023-09-02 21:44:08 +10:00
Stenzek
e3d9ba4c99
Rewrite host GPU abstraction
...
- Don't have to repeat the same thing for 4 renderers.
- Add native Metal renderer.
2023-08-20 21:55:38 +10:00
Connor McLaughlin
6df7d9acda
NoGUI: Migrate to new host abstraction
2022-08-25 00:55:58 +10:00
Connor McLaughlin
7190c571f9
CMake: Build system support for FreeBSD
2021-03-07 19:35:02 +10:00
Connor McLaughlin
b09da307b5
Common: Add DRM display helper class and GBM GL context
2021-01-31 17:10:27 +10:00
Michael Forney
8856099092
Build: Fix threads detection on libc with built-in support
...
As noted in the FindThreads documentation[0], CMAKE_THREAD_LIBS_INIT
may be empty if no special flags are needed to use thread support.
Instead, use Threads_FOUND to determine if threads are supported.
[0] https://cmake.org/cmake/help/latest/module/FindThreads.html
2020-12-26 00:47:02 +10:00
Connor McLaughlin
3797d2acbc
CI: Generate armv7 libretro cores
2020-11-22 01:24:26 +10:00
Connor McLaughlin
c8011f0b02
Build: Add missing FindOpenSLES module
2020-10-14 15:45:30 +10:00