summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-09-10Get rid of removed gallium-omx optionEcho J
And add missing semi-optional spirv-tools dependency
2024-09-05Remove deleted dri3 build optionEcho J
And add (untested) ARM support
2024-08-22Simplify the crate hackEcho J
2024-07-20Add missing Python yaml dependencyEcho J
This should fix a build error in Chaotic-AUR builder
2024-05-06Add missing python-packaging packageEcho J
This fixes the build on the Chaotic-AUR servers (which likely use a clean chroot)
2024-05-06Add debug stuffEcho J
2024-04-10Add more files for the Rust hackEcho J
2024-04-09Add extra Rust dependenciesEcho J
And fix a deprecated value warning for glvnd
2024-03-25Add a conflict for the Arch repo packageEcho J
And install license directly/update package description
2024-03-01Remove upstreamed iadd3 patchEcho J
And change the driver name too
2024-02-27Remove memory budget patchEcho J
This patch has been upstreamed now
2024-02-17Remove upstreamed VR patchEcho J
2024-02-16Update patchesEcho J
And remove the upstreamed memory placed patch
2024-02-16Add more patches for testingEcho J
Hopefully none of these cause issues
2024-02-02Remove upstreamed compressed image patchEcho J.
2024-01-29Remove some Vulkan 1.3 stuffEcho J.
2024-01-20Add some more patches for testingEcho J.
And switch to a SPDX license tag
2024-01-10Remove pipeline caching patchEcho J.
It got recently upstreamed
2024-01-06Reenable the pipeline cache patchEcho J.
And add a directory to the Meson Rust hack
2023-12-21Remove present wait patchEcho J.
And advertise the 32-bit version of this driver too
2023-12-19Add present wait patch :josh_blue:Echo J.
Also fix a sed expression in the Vulkan 1.3 hack
2023-12-16Disable the pipeline caching patchEcho J.
2023-12-16Update memory model patchEcho J.
Also update the patching stuff for Vulkan 1.3 hack (and rebase the pipeline caching patch a bit) Note: The pipeline caching patch now causes weird segfaults (I need to debug this later when I'm back on nouveau)
2023-12-15Update pipeline caching/memory budget patchesEcho J.
Also workaround the false negative in .install file when NVIDIA driver is being used
2023-12-11Update memory budget patchEcho J.
And remove the unnecessary ninja command (the library is still being linked twice for some reason)
2023-12-07Update pipeline cache patchEcho J.
2023-12-04Update pipeline cache patchEcho J.
2023-11-29Update patches for Vulkan 1.1 commitEcho J.
NVK now exposes Vulkan 1.1 when NAK is enabled (but I'm still exposing a higher Vulkan version)
2023-11-25Update Vulkan 1.1 patchEcho J.
2023-11-21Update entrypoints back to Vulkan 1.3Echo J.
Also re-add the --reconfigure option (it's still needed in some cases)
2023-11-21Add a workaround for a Meson bugEcho J.
Also remove fairly redundant --reconfigure option
2023-11-17Update pipeline caching/sync2 patchesEcho J.
There was another round of NVK shader changes
2023-11-16Update the symbol used for new uAPI detectionEcho J.
The old one was renamed in 6.7 so change it to something more stable
2023-11-15Rebase the pipeline caching patchEcho J.
The previous version got broken by the NAK shader rewrite
2023-11-14Update SRCINFOEcho J.
2023-11-14Update the package for NAK supportEcho J.
Also add a pipeline caching change for testing
2023-11-10Initial taste of NVKEcho J.