core: log gpu information in debuginfo

This commit is contained in:
outfoxxed 2026-03-14 02:31:47 -07:00
parent 1123d5ab4f
commit 1b2519d9f3
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
7 changed files with 82 additions and 3 deletions

View file

@ -64,3 +64,4 @@ set shell id.
- `vulkan-headers` has been added as a build-time dependency for screencopy (Vulkan backend support).
- `breakpad` has been replaced by `cpptrace`, which is far easier to package, and the `CRASH_REPORTER` cmake variable has been replaced with `CRASH_HANDLER` to stop this from being easy to ignore.
- `DISTRIBUTOR_DEBUGINFO_AVAILABLE` was removed as it is no longer important without breakpad.
- `libdrm` is now unconditionally required as a direct dependency.