Simon McVittie
Simon McVittie
Thanks for documenting the JSON file format specification - it's a useful resource, and I'm now trying to add a similar (but simpler) spec to GLVND for the EGL ICDs....
### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a bug that matches...
* Remove libglnx submodule This will allow it to be re-added as a `git subtree`, which stores commit history inline in the flatpak git repository. * Add 'subprojects/libglnx/' from commit...
Continuation of #5409, #5801. Any prefix of this branch should be OK to apply, so it can be broken into smaller pieces if reviewers would prefer that. The overall goal...
* Fix function detection when using -Werror=return-type (Resolves: flatpak/flatpak#5778) * Add a fallback definition for G_PID_FORMAT * Avoid warnings for g_steal_fd() when targeting older GLib --- Changes: https://gitlab.gnome.org/GNOME/libglnx/-/merge_requests/55, https://gitlab.gnome.org/GNOME/libglnx/-/merge_requests/56, https://gitlab.gnome.org/GNOME/libglnx/-/merge_requests/57
A follow-up for #3834: `dxvk_so_version` currently results in a library name like ….so.0.231 for version 2.3.1. The SOVERSION for each new version needs to compare higher than all old versions,...
This is really a feature request/limitation, but I'll write the issue template as though it was a bug, because that makes it easier to see what's going on. It might...
**Is your feature request related to a problem? Please describe.** Games and game-related software generally cannot get raw HID access to game controllers via the `/dev/hidraw*` devices. As I understand...
When a program uses DXVK-Native, currently it must set the environment variable `DXVK_WSI_DRIVER=SDL2` or similar, as documented in the README. This can be done by a wrapper script, or by...
At the moment the only source code releases for DXVK are the git repository itself (which has submodules), and the autogenerated `git archive` from Github (which does not have the...