mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-30 19:58:19 +00:00
- fix lightspark GLSL issues + r300/r400 corrupt textures + rs690 textures
This commit is contained in:
parent
5377bdd74c
commit
6c86eb2c90
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ mesa-20100720.tar.bz2
|
|||
/mesa-20101014.tar.bz2
|
||||
/mesa-20101130.tar.bz2
|
||||
/mesa-20101207.tar.bz2
|
||||
/mesa-20101220.tar.bz2
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
%define manpages gl-manpages-1.0.1
|
||||
%define xdriinfo xdriinfo-1.0.3
|
||||
%define gitdate 20101207
|
||||
%define gitdate 20101220
|
||||
%define demosgitdate 20100529
|
||||
#% define snapshot
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 7.9
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -433,6 +433,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{demodir}
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 Dave Airlie <airlied@redhat.com> 7.9-5
|
||||
- fix lightspark GLSL issues + r300/r400 corrupt textures + rs690 textures
|
||||
|
||||
* Tue Dec 07 2010 Dave Airlie <airlied@redhat.com> 7.9-4
|
||||
- fix r300 not working on certain cards (#651972)
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1,4 +1,4 @@
|
|||
6ae05158e678f4594343f32c2ca50515 gl-manpages-1.0.1.tar.bz2
|
||||
cb304d1ce562ac48b68eedeba38c662f xdriinfo-1.0.3.tar.bz2
|
||||
b4d32564ccc411bbfcfe657f42d3632d mesa-demos-20100529.tar.bz2
|
||||
529c9a953707329413c750ac7c0cc08c mesa-20101207.tar.bz2
|
||||
fd899bc01f1630302970b1894b51f8c0 mesa-20101220.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue