diff --git a/Mesa.changes b/Mesa.changes index 56ac129..d2f727b 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 24 15:12:22 UTC 2012 - sndirsch@suse.com + +- Switch software rasterizer to llvmpipe (gallium driver now) + * Performance improvement especially on multicore system. +- minimal specfile cleanup + ------------------------------------------------------------------- Fri Feb 24 13:51:15 CET 2012 - meissner@suse.de diff --git a/Mesa.spec b/Mesa.spec index cb2b552..0876556 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -378,20 +378,12 @@ autoreconf -fi --enable-shared-dricore \ --with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \ %ifarch %ix86 x86_64 - --with-dri-drivers=i915,i965,nouveau,r200,radeon,swrast \ -%if 0%{?suse_version} >= 1130 - --with-gallium-drivers=r300,r600,nouveau \ -%else - --with-gallium-drivers=r300,r600 \ -%endif + --with-dri-drivers=i915,i965,nouveau,r200,radeon \ + --with-gallium-drivers=r300,r600,nouveau,swrast \ %endif %ifarch ppc ppc64 %sparc hppa - --with-dri-drivers=nouveau,r200,radeon,swrast \ -%if 0%{?suse_version} >= 1130 - --with-gallium-drivers=r300,r600,nouveau \ -%else - --with-gallium-drivers=r300,r600 \ -%endif + --with-dri-drivers=nouveau,r200,radeon \ + --with-gallium-drivers=r300,r600,nouveau,swrast \ %endif %ifarch s390 s390x %arm --with-dri-drivers=swrast \