mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 19:06:52 +00:00
add swrast to dri driver list
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
(cherry picked from commit 81a9f0c898
)
Conflicts:
mesa.spec
This commit is contained in:
parent
25554877f6
commit
31c1e1a209
1 changed files with 5 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
%endif
|
||||
%ifnarch s390 s390x ppc64le ppc
|
||||
%define with_hardware 1
|
||||
%define base_drivers nouveau,radeon,r200
|
||||
%define base_drivers swrast,nouveau,radeon,r200
|
||||
%ifarch %{ix86} x86_64
|
||||
%define platform_drivers ,i915,i965
|
||||
%define with_vmware 1
|
||||
|
@ -54,7 +54,7 @@
|
|||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 10.3
|
||||
Release: 0.rc1.%{git}%{?dist}
|
||||
Release: 0.rc1.1.%{git}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -672,6 +672,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
# Generate changelog using:
|
||||
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
||||
%changelog
|
||||
* Sun Aug 24 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc1.1.20140824
|
||||
- add swrast to dri driver list
|
||||
|
||||
* Sun Aug 24 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc1.20140824
|
||||
- 10.3-rc1
|
||||
|
||||
|
|
Loading…
Reference in a new issue