summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@fedoraproject.org>2009-02-27 04:25:21 +0000
committerDave Airlie <airlied@fedoraproject.org>2009-02-27 04:25:21 +0000
commitc6aa469d7f376cf17a49f005164f4a270b26d6bb (patch)
tree85671ed62f4e20e8541a6ade18ef0aaa039c951b
parentc553e35424fb416ce531b0aa554dfc022dc737ca (diff)
downloadmesa-c6aa469d7f376cf17a49f005164f4a270b26d6bb.tar.gz
mesa-c6aa469d7f376cf17a49f005164f4a270b26d6bb.tar.xz
mesa-c6aa469d7f376cf17a49f005164f4a270b26d6bb.zip
- radeon-dri2-fixes.patch: add some fixes to radeon code
-rw-r--r--mesa.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/mesa.spec b/mesa.spec
index 1d3cf9c..adb4f49 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -41,6 +41,7 @@ Patch2: mesa-7.1-nukeglthread-debug.patch
Patch3: mesa-no-mach64.patch
Patch5: radeon-rewrite.patch
+Patch6: radeon-dri2-fixes.patch
Patch7: mesa-7.1-link-shared.patch
Patch9: intel-revert-vbl.patch
@@ -171,6 +172,7 @@ This package provides some demo applications for testing Mesa.
%patch2 -p1 -b .intel-glthread
%patch3 -p0 -b .no-mach64
%patch5 -p1 -b .radeon-rewrite
+%patch6 -p1 -b .radeon-dri2
%patch7 -p1 -b .dricore
%patch9 -p1 -b .intel-vbl
%patch12 -p1 -b .intel-nowarn
@@ -423,6 +425,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/mesa-demos-data
%changelog
+* Fri Feb 27 2009 Dave Airlie <airlied@redhat.com> 7.3-7
+- radeon-dri2-fixes.patch: add some fixes to radeon code
+
* Tue Feb 24 2009 Adam Jackson <ajax@redhat.com> 7.3-6
- Fix text relocations in OSMesa build. (#475146)
- Re-enable textrel checks, for OSMesa only.