summaryrefslogtreecommitdiffstats
path: root/mesa-10.0-nv50-fix-build.patch
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2013-12-01 16:51:48 +0400
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>2013-12-05 10:35:54 +0400
commit037ad6c04b9f2b95d2ee5bcf6b68e3fe3eacb711 (patch)
tree4b1044694a6f879ff3501423e41d3648375ddf24 /mesa-10.0-nv50-fix-build.patch
parentf5c756cfd11b6f27439f8f945e1e40f82276581e (diff)
downloadmesa-037ad6c04b9f2b95d2ee5bcf6b68e3fe3eacb711.tar.gz
mesa-037ad6c04b9f2b95d2ee5bcf6b68e3fe3eacb711.tar.xz
mesa-037ad6c04b9f2b95d2ee5bcf6b68e3fe3eacb711.zip
10.0 upstream release
v1: dropped libdricore.so* (dropped by upstream) updated libxatracker.so.1 to libxatracker.so.2 (updated by upstream) updated patches and tools: make-git-snapshot updated for 10.0 branch sanitize-tarball updated for new functions nv-50 build fix updated for new file location dropped no-useless-vdpau, because not needed for new mesa stack v2: Added msm_dri.so (added by upstream) v3: Fix sanitize for vl_level_supported() Reported-and-tested-by: Kirill Rusinov <carasin.berlogue@mail.ru> v4: Add reference to spec Drop old patch nv50 Tested-by: Kirill Rusinov <carasin.berlogue@mail.ru> Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1036361
Diffstat (limited to 'mesa-10.0-nv50-fix-build.patch')
-rw-r--r--mesa-10.0-nv50-fix-build.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mesa-10.0-nv50-fix-build.patch b/mesa-10.0-nv50-fix-build.patch
new file mode 100644
index 0000000..51d3160
--- /dev/null
+++ b/mesa-10.0-nv50-fix-build.patch
@@ -0,0 +1,12 @@
+diff -uNr mesa-20131201.orig/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp mesa-20131201/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp
+--- mesa-20131201.orig/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp 2013-12-01 11:29:21.000000000 +0400
++++ mesa-20131201/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp 2013-12-01 16:05:06.488417551 +0400
+@@ -739,7 +739,7 @@
+ if (!i)
+ i = new_Instruction(pol.context(), op, dType);
+ #ifndef NDEBUG // non-conformant assert, so this is required
+- assert(typeid(*i) == typeid(*this));
++ //assert(typeid(*i) == typeid(*this));
+ #endif
+
+ pol.set<Instruction>(this, i);