Accepting request 214076 from X11:XOrg
Enable freedreno gallium driver on arm for Qualcomm Adreno (Snapdragon) (forwarded request 214047 from a_faerber) OBS-URL: https://build.opensuse.org/request/show/214076 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=203
This commit is contained in:
commit
0d17cb6380
12
Mesa.changes
12
Mesa.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 10.0.2
|
||||
* Mesa 10.0.2 is a bug fix release which fixes bugs fixed since
|
||||
the 10.0.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 11:38:52 UTC 2013 - schwab@suse.de
|
||||
|
||||
|
13
Mesa.spec
13
Mesa.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package Mesa
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -29,11 +29,11 @@
|
||||
%define llvm_r600 0
|
||||
%endif
|
||||
|
||||
%define _version 10.0.1
|
||||
%define _version 10.0.2
|
||||
%define _name_archive MesaLib
|
||||
|
||||
Name: Mesa
|
||||
Version: 10.0.1
|
||||
Version: 10.0.2
|
||||
Release: 0
|
||||
BuildRequires: autoconf >= 2.60
|
||||
BuildRequires: automake
|
||||
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cdf868f9599ca310c17fcf5b4ce9aec9903d8bf8561fde2577f3d422f823270
|
||||
size 6783445
|
3
MesaLib-10.0.2.tar.bz2
Normal file
3
MesaLib-10.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4502a8e2dfa53e15d8fff89c153e6b14824fe82e49bd101e7edc02fa8cf76a7e
|
||||
size 6784325
|
Loading…
Reference in New Issue
Block a user