summaryrefslogtreecommitdiffstats
path: root/mesa-9.2-no-useless-vdpau.patch
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2013-05-08 18:03:21 -0400
committerAdam Jackson <ajax@redhat.com>2013-05-08 18:03:21 -0400
commit4c06853833996d990eb76b195ca5d6838c6f3d6b (patch)
treeb48173a1ea80d283de2541271b47bdd082fd668f /mesa-9.2-no-useless-vdpau.patch
parent2b9d3cd65095f3261846d2be914dbcb2e206f9d1 (diff)
downloadmesa-4c06853833996d990eb76b195ca5d6838c6f3d6b.tar.gz
mesa-4c06853833996d990eb76b195ca5d6838c6f3d6b.tar.xz
mesa-4c06853833996d990eb76b195ca5d6838c6f3d6b.zip
Switch to Mesa master (pre 9.2)
- Fix llvmpipe on big-endian and enable llvmpipe everywhere - Build vdpau drivers for r600/radeonsi/nouveau - Enable hardware floating-point texture support - Drop GLESv1, nothing's using it, let's not start
Diffstat (limited to 'mesa-9.2-no-useless-vdpau.patch')
-rw-r--r--mesa-9.2-no-useless-vdpau.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/mesa-9.2-no-useless-vdpau.patch b/mesa-9.2-no-useless-vdpau.patch
new file mode 100644
index 0000000..0be3d3a
--- /dev/null
+++ b/mesa-9.2-no-useless-vdpau.patch
@@ -0,0 +1,27 @@
+Neither of these drivers does anything on-GPU, so, no.
+
+diff -up mesa-20130508/src/gallium/targets/Makefile.am.jx mesa-20130508/src/gallium/targets/Makefile.am
+--- mesa-20130508/src/gallium/targets/Makefile.am.jx 2013-05-08 13:23:41.000000000 -0400
++++ mesa-20130508/src/gallium/targets/Makefile.am 2013-05-08 14:59:50.897835932 -0400
+@@ -78,10 +78,6 @@ endif
+ if HAVE_ST_XVMC
+ SUBDIRS += xvmc-r300
+ endif
+-
+-if HAVE_ST_VDPAU
+-SUBDIRS += vdpau-r300
+-endif
+ endif
+
+ if HAVE_GALLIUM_R600
+@@ -142,10 +138,6 @@ endif
+ if HAVE_ST_XVMC
+ SUBDIRS += xvmc-softpipe
+ endif
+-
+-if HAVE_ST_VDPAU
+-SUBDIRS += vdpau-softpipe
+-endif
+ endif
+
+ if NEED_GALLIUM_LOADER