]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- up to 7.5.1 auto/aidath/Mesa-7_5_1-1 auto/th/Mesa-7_5_1-1 auto/ti/Mesa-7_5_1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 4 Sep 2009 12:34:32 +0000 (12:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa-git.patch -> 1.4
    Mesa.spec -> 1.219

Mesa-git.patch [deleted file]
Mesa.spec

diff --git a/Mesa-git.patch b/Mesa-git.patch
deleted file mode 100644 (file)
index 537cbd0..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-commit fd65418f600874b05f902b622078b40bc1abb24a
-Author: Eric Anholt <eric@anholt.net>
-Date:   Mon Aug 3 14:27:41 2009 -0700
-
-    intel: Fix inverted test for disabling flushing of front buffer output.
-    
-    The comment disagreed with the code, and nicely drew my eyes to what was
-    going wrong.
-    
-    Bug #21774 (blender)
-    Bug #21788 (readpix)
-
-diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c
-index 7f5b8d7..35d9985 100644
---- a/src/mesa/drivers/dri/intel/intel_context.c
-+++ b/src/mesa/drivers/dri/intel/intel_context.c
-@@ -513,7 +513,7 @@ intel_flush(GLcontext *ctx, GLboolean needs_mi_flush)
-         * each of N places that do rendering.  This has worse performances,
-         * but it is much easier to get correct.
-         */
--       if (intel->is_front_buffer_rendering) {
-+       if (!intel->is_front_buffer_rendering) {
-           intel->front_buffer_dirty = GL_FALSE;
-        }
-       }
index f8ebe854d05487f5d361e4b5cf0f150c09e558ca..af9ce3930ba66c5c05725fd78e4fcd9c3c1da204 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
 Summary:       Free OpenGL implementation
 Summary(pl.UTF-8):     Wolnodostępna implementacja standardu OpenGL
 Name:          Mesa
-Version:       7.5
-Release:       8%{?with_multigl:.mgl}
+Version:       7.5.1
+Release:       1%{?with_multigl:.mgl}
 License:       MIT (core), SGI (GLU,libGLw) and others - see license.html file
 Group:         X11/Libraries
-Source0:       http://dl.sourceforge.net/mesa3d/%{name}Lib-%{version}.tar.bz2
-# Source0-md5: 459f332551f6ebb86f384d21dd15e1f0
-Source1:       http://dl.sourceforge.net/mesa3d/%{name}Demos-%{version}.tar.bz2
-# Source1-md5: 398ee8801814a00e47f6c2314e3dfddc
+Source0:       ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{name}Lib-%{version}.tar.bz2
+# Source0-md5: 877d6a4b24efc2b1d02aa553f262cba8
+Source1:       ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{name}Demos-%{version}.tar.bz2
+# Source1-md5: 785402e3b9f0e335538fcc6bf19f6987
 Source2:       http://www.archlinux.org/~jgc/gl-manpages-1.0.1.tar.bz2
 # Source2-md5: 6ae05158e678f4594343f32c2ca50515
 Patch0:                %{name}-realclean.patch
 Patch1:                %{name}-noveau-abi-0.0.15.patch
 Patch2:                %{name}-sparc64.patch
-Patch3:                %{name}-git.patch
 URL:           http://www.mesa3d.org/
 BuildRequires: expat-devel
 %{?with_demos:BuildRequires:   glew-devel}
@@ -617,7 +616,6 @@ Sterownik X.org DRI dla rodziny kart VIA Unichrome.
 %patch0 -p0
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 # fix demos
 find progs -type f|xargs sed -i -e "s,\.\./images/,%{_examplesdir}/%{name}-%{version}/images/,g"
This page took 0.051803 seconds and 4 git commands to generate.