diff --git a/Mesa.changes b/Mesa.changes index d1827d7..8597fbb 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 16 11:24:04 UTC 2014 - afaerber@suse.de + +- Enable VideoCore IV (vc4) support for ARM + ------------------------------------------------------------------- Fri Nov 14 18:26:31 UTC 2014 - tobias.johannes.klausmann@mni.thm.de diff --git a/Mesa.spec b/Mesa.spec index 7e8c007..440317c 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -575,7 +575,7 @@ autoreconf -fi --enable-gallium-llvm \ --with-dri-drivers=nouveau \ %ifarch %arm - --with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno \ + --with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno,vc4 \ %else --with-gallium-drivers=r300,r600,nouveau,swrast,svga \ %endif