Stenzek
acfd60ea55
Deps: Update to 20260702
2026-07-03 01:26:48 +10:00
Stenzek
fa1b4b748d
CMake: Silence resource copy messages
...
Spits it out to the log every time.
2026-06-28 20:19:16 +10:00
Stenzek
eae17a4d75
Util: Add SQLite helpers and dynamic loading
2026-06-14 16:50:35 +10:00
Stenzek
22ee4c0760
CMake: Build with immediate binding/full relro
...
Doing a full xsave/xrstor the first time a library function is
called is completely bonkers. Plus the obvious security issues
with the PLT being writable.
And people think this OS is faster than Windows. Even with immediate
binding it's still slower, since it's a single indirect call on
Windows, versus a direct call+indirect jump here.
2026-06-02 21:36:04 +10:00
Stenzek
2307ad9b0f
CMake: Drop Win32/MSVC specific paths. Use MSBuild.
...
This was never supported, and hasn't been updated in a while anyway.
2026-05-23 11:57:13 +10:00
Stenzek
2225d366b2
GPUDevice: Pack shaderc/spirv-cross function pointers together
2026-05-16 18:52:57 +10:00
Stenzek
f6da96077b
CI: Bump dependencies to 20260512
...
Also update the Windows builder to use VS2026, and the Linux builders to
use clang-20.
2026-05-13 13:27:05 +10:00
Stenzek
cd539c0cfd
Deps: Update to 20260404
2026-04-04 19:44:37 +10:00
Stenzek
459a6fcfef
Deps: Update to 20260328
2026-03-28 16:19:12 +10:00
Stenzek
7485d7ce8c
WindowInfo: Remove QueryRefreshRateForWindow()
...
No longer needed.
2026-03-21 01:07:10 +10:00
Stenzek
7b50681fa7
CMake: Always build Qt interface
...
And drop the mini interface. Turns out the reason I wrote this in the
first place was kinda redundant since the low spec machines can just run
a lightweight Wayland compositor, and it's generally reliable through
that anyhow.
2026-03-13 18:06:03 +10:00
Yang Liu
f6d526712e
Common: Add LoongArch support
2026-03-10 19:22:56 +10:00
Stenzek
18e1d1191b
CMake: Remove unused files
2026-02-25 16:17:06 +10:00
Stenzek
0eadf1456d
CMake: Report CFLAGS in summary
2026-02-25 16:16:58 +10:00
Stenzek
cdf6d5bd29
CI: Use prebuilt dependencies
...
Decouple from the repository. Less CI time, and faster building of older
commits.
2026-02-25 13:07:02 +10:00
Stenzek
7db0555b60
CMake: Bump version requirement
2026-02-01 02:41:32 +10:00
Stenzek
b20c2b281f
Common: Add additional unit tests
...
And fix several logical errors.
2026-02-01 02:41:32 +10:00
Stenzek
fa4d08491f
CMake: Simplify resource copy
2026-02-01 02:41:32 +10:00
Stenzek
b330b3e7da
CMake: Simplify Metal shader build
...
Don't need multiple versions.
2026-02-01 00:28:11 +10:00
Stenzek
1cfde39d3c
Deps: Version updates
...
- Qt 6.10.2
- Harfbuzz 12.3.2
- libpng 1.6.54
2026-01-31 18:00:54 +10:00
Stenzek
ffe7ca9f0a
Host: Move screensaver inhibit to host
...
Removes direct dependency on DBus, uses Qt DBus instead.
2026-01-17 19:13:46 +10:00
Stenzek
11331eb6c3
Deps: Bump to SDL3 3.4.0
2026-01-08 12:55:30 +10:00
Stenzek
c20f8d1ec4
Deps: Version updates
...
libjpeg-turbo: 3.1.3
libpng: 1.6.53
zlib-ng: 2.3.2
ffmpeg: 8.0.1
2025-12-26 16:20:23 +10:00
Stenzek
1ccd7508a8
CMake: Avoid using system zlib outside of MacOS
2025-12-17 01:36:06 +10:00
Stenzek
f7e6c20fed
CMake: Bump Qt version requirement
2025-11-21 15:01:35 +10:00
Stenzek
a49b351db2
CMake: Bump SDL version requirement
2025-11-07 18:45:59 +10:00
Stenzek
505753da48
Deps: Update to FFmpeg 8.0
2025-10-11 14:51:24 +10:00
Stenzek
cd37cd741c
Deps: Update to Qt 6.10.0
2025-10-09 21:22:35 +10:00
Stenzek
e373be9fd3
CMake: Bump required dependency versions
2025-10-05 00:58:57 +10:00
Stenzek
7e4f0ce119
Deps: Update to FreeType 2.14.1
...
And use dynamic Harfbuff loading.
2025-09-26 20:02:07 +10:00
Stenzek
c4069eed02
CMake: Avoid search path conflicts
2025-09-20 15:34:44 +10:00
Stenzek
6126209a25
CMake: Remove Flatpak specific commands
...
Also no longer needed.
2025-09-13 16:52:42 +10:00
Stenzek
59542b0397
Deps: Update Qt, SDL and zlib-ng
2025-09-02 22:28:29 +10:00
Stenzek
45a2257436
CMake: Update version requirements
2025-08-08 23:54:39 +10:00
Stenzek
30df16cc76
Scripts: Remove PKGBUILD
...
I originally provided this an alternative to the broken AUR packages.
However, it seems that Arch users would rather use broken packages and
keep complaining to me instead of their packager. I specifically forbid
packages for DuckStation (see README.md), and there's no way to request
removal of these packages without handing my details over to a
distribution I want nothing to do with.
So this is step one. Next step will be removing Linux support entirely,
because I'm sick of the headaches and hacks for an operating system that
only compromises 2% of the userbase, and I don't even use myself. But I'm
hoping the Linux community will be reasonable, because as someone giving
up my free time and not being compensated in any way, I shouldn't have
to deal with this.
Just grep the source for "wayland" and you'll see what I mean.
2025-07-29 23:10:22 +10:00
Stenzek
351f67a227
CMake: Use -g1 for Release builds
2025-07-27 13:03:55 +10:00
Stenzek
83d521f3d8
CMake: Drop Flatpak workarounds
...
No longer needed since it is using self-contained.
2025-07-26 17:36:50 +10:00
Stenzek
6c4300c6c7
CI/Flatpak: Simplify deps build
...
I'll probably drop it in the future since there was only one or two
people who indicated that they're using it. But at least now I don't
have another file I need to keep up to date.
So consider the Flatpak package as deprecated.
2025-07-26 17:36:50 +10:00
Stenzek
808c51b3ce
CMake: Bump version requirements
...
Can't do it for Qt because of course flatpak....
2025-06-05 18:23:36 +10:00
Stenzek
6baea54e9d
MediaCapture/FFMpeg: Re-introduce v7.0.x support
...
I hate this... thanks flatpak.
2025-05-17 21:48:32 +10:00
Stenzek
22109fc8e0
MediaCapture/FFmpeg: Tidy up format selection
...
And remove use of deprecated fields.
2025-05-17 18:11:13 +10:00
Stenzek
a5987878be
Deps: Version updates
...
SDL3, ffmpeg.
2025-05-16 22:27:37 +10:00
Stenzek
bd558efaaa
CMake: Use upstream-compatible Findzstd
2025-04-19 20:43:27 +10:00
Stenzek
cf7feec9c4
Deps: Swap lunasvg for plutosvg
2025-04-13 13:58:44 +10:00
Stenzek
37fa0d135c
Mini: Add duckstation-mini interface
2025-02-28 16:29:18 +10:00
Stenzek
995a34e0e3
CMake: Correctly unset host page size if set via cache
...
Fixes x86 flatpak builds unnecessarily using dynamic page size.
2025-02-14 19:01:39 +10:00
Stenzek
455836af89
CMake: Check C++20 features that are missing on some systems
2025-02-03 00:30:59 +10:00
Stenzek
4e97420b3b
InputManager: Switch to SDL3
2025-01-24 15:54:31 +10:00
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