summaryrefslogtreecommitdiffstats
path: root/mesa.spec
diff options
context:
space:
mode:
Diffstat (limited to 'mesa.spec')
-rw-r--r--mesa.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/mesa.spec b/mesa.spec
index ddf0c94..add47cc 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -78,6 +78,9 @@ Patch15: mesa-9.2-hardware-float.patch
Patch20: mesa-10.2-evergreen-big-endian.patch
Patch30: mesa-10.3-bigendian-assert.patch
+# https://bugs.freedesktop.org/show_bug.cgi?id=90466
+Patch60: mesa-10.6-nir-linker.patch
+
# https://bugs.freedesktop.org/show_bug.cgi?id=73512
Patch99: 0001-opencl-use-versioned-.so-in-mesa.icd.patch
@@ -364,6 +367,8 @@ grep -q ^/ src/gallium/auxiliary/vl/vl_decoder.c && exit 1
%patch20 -p1 -b .egbe
%patch30 -p1 -b .beassert
+%patch60 -p1 -b .nir
+
%if 0%{?with_opencl}
%patch99 -p1 -b .icd
%endif