/gnu/system/

248d202bc53'>root/gnu/packages/gl.scm
AgeCommit message (Expand)Author
2023-08-02gnu: mesa: Update skipped tests on powerpc-linux....* gnu/packages/gl.scm (mesa)[arguments]: When building for powerpc-linux adjust the 'disable-failing-test phase for changes in failed tests. Efraim Flashner
2023-07-29gnu: mesa: Update to 23.1.4....* gnu/packages/gl.scm (mesa): Update to 23.1.4. John Kehayias
2023-07-29gnu: mesa: Enable zstd compression for shader cache....* gnu/packages/gl.scm (mesa)[inputs]: Add zstd:lib. [arguments]: Add '-Dzstd=enabled' to configure-flags. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Sigve Sudland
2023-07-29gnu: mesa: Ungraft....* gnu/packages/gl.scm (mesa)[configure-flags]: Add intel_hasvk and swrast to vulkan-drivers. [replacement]: Remove. (mesa-vulkan-hasvk): Remove variable. John Kehayias
2023-07-29gnu: mesa: Fix VDPAU drivers path....The VDPAU_DRIVER_PATH environment variable must contain only one directory. * gnu/packages/gl.scm (mesa)[native-search-paths]: Fix specification for VDPAU_DRIVER_PATH. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Guillaume Le Vaillant
2023-07-16gnu: mesa: Fix Vulkan on older Intel GPUs....Mesa split the Vulkan intel driver into two: intel and intel_hasvk. Enables intel_hasvk so vulkan functions on older intel GPUs again, and swrast for lavapipe as a fallback. * gnu/packages/gl.scm (mesa-vulkan-hasvk): New variable. (mesa): Graft with mesa-vulkan-hasvk. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Lilah Tascheter