mesa: 21.0.3 -> 21.1.1
Note: This update likely causes some issues when running an application that has a direct dependency on Mesa (e.g. Sway and XWayland) and was compiled against a different Nixpkgs revision. See 7106fca0fe4 for more details regarding that issue.
This commit is contained in:
parent
e0e0ca92a6
commit
71e0180f6f
@ -31,7 +31,7 @@ with lib;
|
|||||||
let
|
let
|
||||||
# Release calendar: https://www.mesa3d.org/release-calendar.html
|
# Release calendar: https://www.mesa3d.org/release-calendar.html
|
||||||
# Release frequency: https://www.mesa3d.org/releasing.html#schedule
|
# Release frequency: https://www.mesa3d.org/releasing.html#schedule
|
||||||
version = "21.0.3";
|
version = "21.1.1";
|
||||||
branch = versions.major version;
|
branch = versions.major version;
|
||||||
|
|
||||||
self = stdenv.mkDerivation {
|
self = stdenv.mkDerivation {
|
||||||
@ -45,7 +45,7 @@ self = stdenv.mkDerivation {
|
|||||||
"ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz"
|
"ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz"
|
||||||
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
|
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
|
||||||
];
|
];
|
||||||
sha256 = "0awiyvicvcn3b18x0vx5ik3ly0k3k51ivz2ljj8pnx6ms95nyp2n";
|
sha256 = "1lldnf307w6j0d874544f1dinn0gnnp1ds2xph8qjkh5g6imxhpf";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = "patchShebangs .";
|
prePatch = "patchShebangs .";
|
||||||
|
@ -9,14 +9,14 @@
|
|||||||
#include "pipe/p_compiler.h"
|
#include "pipe/p_compiler.h"
|
||||||
#include "pipe/p_state.h"
|
#include "pipe/p_state.h"
|
||||||
|
|
||||||
--- ./src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h
|
--- a/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h
|
||||||
+++ ./src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h
|
+++ b/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h
|
||||||
@@ -28,6 +28,8 @@
|
@@ -28,6 +28,8 @@
|
||||||
#ifndef RADV_AMDGPU_WINSYS_H
|
#ifndef RADV_AMDGPU_WINSYS_H
|
||||||
#define RADV_AMDGPU_WINSYS_H
|
#define RADV_AMDGPU_WINSYS_H
|
||||||
|
|
||||||
+#include <sys/types.h>
|
+#include <sys/types.h>
|
||||||
+
|
+
|
||||||
#include "radv_radeon_winsys.h"
|
#include <amdgpu.h>
|
||||||
#include "ac_gpu_info.h"
|
#include <pthread.h>
|
||||||
#include "addrlib/addrinterface.h"<Paste>
|
#include "util/list.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user