Accepting request 214047 from home:a_faerber:branches:X11:XOrg
Enable freedreno gallium driver on arm for Qualcomm Adreno (Snapdragon) OBS-URL: https://build.opensuse.org/request/show/214047 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=355
This commit is contained in:
parent
7e5e05f41a
commit
3d90d4b955
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 04:49:48 UTC 2014 - afaerber@suse.de
|
||||
|
||||
- Enable freedreno gallium driver (Qualcomm Adreno)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 11:35:46 UTC 2014 - sndirsch@suse.com
|
||||
|
||||
|
@ -55,6 +55,9 @@ BuildRequires: pkgconfig(libdrm) >= 2.4.24
|
||||
%ifnarch ppc64le
|
||||
BuildRequires: pkgconfig(xshmfence)
|
||||
%endif
|
||||
%ifarch %arm
|
||||
BuildRequires: pkgconfig(libdrm_freedreno) >= 2.4.43
|
||||
%endif
|
||||
%ifarch x86_64 %ix86
|
||||
BuildRequires: pkgconfig(libdrm_intel) >= 2.4.38
|
||||
%endif
|
||||
@ -524,7 +527,11 @@ autoreconf -fi
|
||||
--enable-xa \
|
||||
--enable-gallium-llvm \
|
||||
--with-dri-drivers=nouveau \
|
||||
%ifarch %arm
|
||||
--with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno \
|
||||
%else
|
||||
--with-gallium-drivers=r300,r600,nouveau,swrast,svga \
|
||||
%endif
|
||||
--enable-vdpau \
|
||||
--enable-xvmc \
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user