Accepting request 186724 from X11:XOrg
- Don't enable gallium-egl without Gallium - Enable llvm_r600 only on %ix86 x86_64 (forwarded request 186643 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/186724 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=181
This commit is contained in:
commit
2147a6e16b
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 13:40:55 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
- Don't enable gallium-egl without Gallium
|
||||||
|
- Enable llvm_r600 only on %ix86 x86_64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 29 12:55:23 UTC 2013 - sndirsch@suse.com
|
Mon Jul 29 12:55:23 UTC 2013 - sndirsch@suse.com
|
||||||
|
|
||||||
|
10
Mesa.spec
10
Mesa.spec
@ -17,9 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
|
%ifnarch s390 s390x aarch64
|
||||||
|
# Requires non-empty --with-gallium-drivers
|
||||||
%define egl_gallium 1
|
%define egl_gallium 1
|
||||||
|
%else
|
||||||
|
%define egl_gallium 0
|
||||||
|
%endif
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
%define llvm_r600 1
|
%define llvm_r600 1
|
||||||
%ifarch ppc ppc64
|
%else
|
||||||
%define llvm_r600 0
|
%define llvm_r600 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -512,7 +518,6 @@ This package contains the VDPAU state tracker for R600. This is
|
|||||||
still "work in progress", i.e. expect poor video quality, choppy
|
still "work in progress", i.e. expect poor video quality, choppy
|
||||||
videos and artefacts all over.
|
videos and artefacts all over.
|
||||||
|
|
||||||
%if %llvm_r600
|
|
||||||
%package -n libvdpau_radeonsi
|
%package -n libvdpau_radeonsi
|
||||||
Summary: XVMC state tracker for radeonsi
|
Summary: XVMC state tracker for radeonsi
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -521,7 +526,6 @@ Group: System/Libraries
|
|||||||
This package contains the VDPAU state tracker for radeonsi. This is
|
This package contains the VDPAU state tracker for radeonsi. This is
|
||||||
still "work in progress", i.e. expect poor video quality, choppy
|
still "work in progress", i.e. expect poor video quality, choppy
|
||||||
videos and artefacts all over.
|
videos and artefacts all over.
|
||||||
%endif
|
|
||||||
|
|
||||||
%package -n libvdpau_softpipe
|
%package -n libvdpau_softpipe
|
||||||
Summary: Software implementation of XVMC state tracker
|
Summary: Software implementation of XVMC state tracker
|
||||||
|
Loading…
Reference in New Issue
Block a user