Commit Graph

50 Commits (f1ca9145128b24d283f2e893b490f3ca66324a5e)

Author SHA1 Message Date
Stenzek f5cc70923b
CMake: Fix typo in Mac CMAKE_CXX_FLAGS 8 months ago
Stenzek e59e93696b
CMake: Fix warning building with MSVC 8 months ago
Stenzek 00d2d862c2
Build: Use shared discord-rpc 8 months ago
Stenzek 0ae6ddcf7f
Common: Add GSVector
Mostly based on PCSX2.
8 months ago
Stenzek 173a61039c
System: Use cpuinfo for cache line size check 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 ef69c31e9f
GPUDevice: Support transpiling shaders at compile time
And use it for GLSL postprocessing shaders.
9 months ago
Stenzek 0240ea8b49
PageFaultHandler: Simplifications 9 months ago
Stenzek 88ace6e4ae
CMake: Detect cache line size dynamically on AArch64 Linux 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 03f9708911
GPUDevice: Move SPIR-V compilation to base class 10 months ago
Stenzek e4d940a476
Deps: Update SDL2 to 2.30.3 10 months ago
Stenzek 808e832c9a
CI: Slim down Linux package install list 10 months ago
Stenzek 4df6f3bc4d
Scripts: Drop freetype/zlib from Linux deps build
Qt pulls in fontconfig, which needs the system version.
10 months ago
Stenzek 8867bb129a
CMake: Tidy up build system
And fix Windows CMake... who knows how long for.
11 months ago
Stenzek 5f915e1cbe
MetalDevice: Use shared SPIRV-Cross 11 months ago
Stenzek 98241cb6ba
GPUDevice: Swap out glslang for shaderc 11 months ago
Stenzek ffbb14f508
dep/imgui: Use FreeType rasterizer 11 months ago
Stenzek 5c56d4e869
Deps: Update to Qt 6.7.0 and SDL 2.30.2 11 months ago
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.
11 months ago
Stenzek b143d96476
Build: Use deps DLLs on Windows 11 months ago
Stenzek 604b47c7b7
Deps: Update to SDL2 2.30.1 and Qt 6.6.2 12 months ago
Stenzek e9c4416272
dep: Add libjpeg v9f 1 year ago
Stenzek b749c483da
dep: Add libpng 1.6.43 1 year ago
Stenzek 9e26622a12
CDImageDevice: Implement disc reading for Linux
And fix it for Windows. SubQ reading should now work.
1 year ago
Stenzek 4a70164dac
CMake: Determine host page size at build time
Needed for running on Asahi Linux.
1 year ago
Stenzek 143fb0876d
dep/glad: Update to v2.0.5 1 year ago
Stenzek c2c3eac749
Build: Use shared webp/zstd/zlib 1 year ago
Stenzek 6f66460ec0
Common: Remove ThreadPool class
No longer needed.
1 year ago
Stenzek fb659d817e NoGUI: Build fix 1 year ago
Stenzek e6bfcf22d9 CMake: Disable warnings on third-party projects 1 year ago
Stenzek a37e89b52f CMake: Remove unsupported options 1 year ago
Stenzek b8a372bb6e CMake: Generate/copy base translations for Mac/Linux 1 year ago
Stenzek a2f19143da MetalDevice: Support multisampling 1 year ago
Stenzek 7b068b976b CrashHandler: Use libbacktrace 2 years ago
Stenzek ea68c5b4b5 Build: Use dependency package on Windows 2 years ago
Stenzek e3d9ba4c99 Rewrite host GPU abstraction
- Don't have to repeat the same thing for 4 renderers.
 - Add native Metal renderer.
2 years ago
Connor McLaughlin 6df7d9acda NoGUI: Migrate to new host abstraction 3 years ago
Connor McLaughlin 7190c571f9 CMake: Build system support for FreeBSD 4 years ago
Connor McLaughlin b09da307b5 Common: Add DRM display helper class and GBM GL context 4 years ago
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
4 years ago
Connor McLaughlin 3797d2acbc CI: Generate armv7 libretro cores 4 years ago
Connor McLaughlin c8011f0b02 Build: Add missing FindOpenSLES module 4 years ago
Connor McLaughlin 4391d63d0c Build: Create macOS .app for Qt 5 years ago
Connor McLaughlin 12e91f45fe CI: Add Linux AArch64 builds 5 years ago
orbea 0c05ad471c cmake: Silence warnings with clang. 5 years ago
Connor McLaughlin ea35c5f3bc Import initial work on Android frontend 5 years ago
Connor McLaughlin 9da4e642af CMake: Include SDL2 module in-tree 5 years ago