Accepting request 106837 from X11:XOrg
- Switch software rasterizer to llvmpipe (gallium driver now) * Performance improvement especially on multicore system. - minimal specfile cleanup - only require drm_intel on intel. OBS-URL: https://build.opensuse.org/request/show/106837 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=141
This commit is contained in:
commit
b0bfd07a40
12
Mesa.changes
12
Mesa.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- only require drm_intel on intel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 10:57:09 UTC 2012 - sndirsch@suse.com
|
||||
|
||||
|
18
Mesa.spec
18
Mesa.spec
@ -38,7 +38,9 @@ BuildRequires: xorg-x11-util-devel
|
||||
BuildRequires: pkgconfig(dri2proto) >= 2.1
|
||||
BuildRequires: pkgconfig(glproto) >= 1.4.11
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.24
|
||||
%ifarch x86_64 %ix86
|
||||
BuildRequires: pkgconfig(libdrm_intel) >= 2.4.24
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libdrm_nouveau) >= 0.6
|
||||
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.24
|
||||
BuildRequires: pkgconfig(libudev) > 150
|
||||
@ -376,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=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=nouveau,r200,radeon \
|
||||
--with-gallium-drivers=r300,r600,nouveau,swrast \
|
||||
%endif
|
||||
%ifarch s390 s390x %arm
|
||||
--with-dri-drivers=swrast \
|
||||
|
Loading…
Reference in New Issue
Block a user