Blame SOURCES/mesa-9.2-no-useless-vdpau.patch

230118
Neither of these drivers does anything on-GPU, so, no.
230118
230118
diff -up mesa-20130508/src/gallium/targets/Makefile.am.jx mesa-20130508/src/gallium/targets/Makefile.am
230118
--- mesa-20130508/src/gallium/targets/Makefile.am.jx	2013-05-08 13:23:41.000000000 -0400
230118
+++ mesa-20130508/src/gallium/targets/Makefile.am	2013-05-08 14:59:50.897835932 -0400
230118
@@ -78,10 +78,6 @@ endif
230118
 if HAVE_ST_XVMC
230118
 SUBDIRS += xvmc-r300
230118
 endif
230118
-
230118
-if HAVE_ST_VDPAU
230118
-SUBDIRS += vdpau-r300
230118
-endif
230118
 endif
230118
 
230118
 if HAVE_GALLIUM_R600
230118
@@ -142,10 +138,6 @@ endif
230118
 if HAVE_ST_XVMC
230118
 SUBDIRS += xvmc-softpipe
230118
 endif
230118
-
230118
-if HAVE_ST_VDPAU
230118
-SUBDIRS += vdpau-softpipe
230118
-endif
230118
 endif
230118
 
230118
 if NEED_GALLIUM_LOADER