rpms/mesa/devel mesa-7.1-remove-getid-i915.patch, NONE, 1.1 mesa.spec, 1.153, 1.154

Dave Airlie (airlied) fedora-extras-commits at redhat.com
Tue Dec 4 01:53:45 UTC 2007


Author: airlied

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7641

Modified Files:
	mesa.spec 
Added Files:
	mesa-7.1-remove-getid-i915.patch 
Log Message:
* Tue Dec 04 2007 Dave Airlie <airlied at redhat.com> 7.1-0.7
- Remove references to libgl symbol from i915


mesa-7.1-remove-getid-i915.patch:

--- NEW FILE mesa-7.1-remove-getid-i915.patch ---
diff -up mesa-20071127/src/mesa/drivers/dri/intel/intel_fbo.c.da mesa-20071127/src/mesa/drivers/dri/intel/intel_fbo.c
--- mesa-20071127/src/mesa/drivers/dri/intel/intel_fbo.c.da	2007-12-04 11:20:24.000000000 +1000
+++ mesa-20071127/src/mesa/drivers/dri/intel/intel_fbo.c	2007-12-04 11:20:36.000000000 +1000
@@ -615,11 +615,6 @@ intel_render_texture(GLcontext * ctx,
       }
    }
 
-   DBG("Begin render texture tid %x tex=%u w=%d h=%d refcount=%d\n",
-       _glthread_GetID(),
-       att->Texture->Name, newImage->Width, newImage->Height,
-       irb->Base.RefCount);
-
    /* point the renderbufer's region to the texture image region */
    intel_image = intel_texture_image(newImage);
    if (irb->region != intel_image->mt->region) {
@@ -656,8 +651,6 @@ intel_finish_render_texture(GLcontext * 
 {
    struct intel_renderbuffer *irb = intel_renderbuffer(att->Renderbuffer);
 
-   DBG("End render texture (tid %x) tex %u\n", _glthread_GetID(), att->Texture->Name);
-
    if (irb) {
       /* just release the region */
       intel_region_release(&irb->region);


Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- mesa.spec	30 Nov 2007 09:22:46 -0000	1.153
+++ mesa.spec	4 Dec 2007 01:53:11 -0000	1.154
@@ -35,7 +35,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.1
-Release: 0.6%{?dist}
+Release: 0.7%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -52,6 +52,7 @@
 Patch4: mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch
 Patch18: mesa-7.0-selinux-awareness.patch
 Patch25: mesa-7.0-symlinks-before-depend.patch
+Patch26: mesa-7.1-remove-getid-i915.patch
 
 BuildRequires: pkgconfig
 %if %{with_dri}
@@ -180,6 +181,7 @@
 %patch4 -p0 -b .dont-libglut-me-harder-ok-thx-bye
 %patch18 -p1 -b .selinux-awareness
 %patch25 -p1 -b .makej
+%patch26 -p1 -b .fixi915
 
 # WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT
 # license and are not open source/free software, so we remove them.
@@ -411,6 +413,9 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Tue Dec 04 2007 Dave Airlie <airlied at redhat.com> 7.1-0.7
+- Remove references to libgl symbol from i915
+
 * Thu Nov 30 2007 Dave Airlie <airlied at redhat.com> 7.1-0.6
 - Rebuild against a new libdrm
 




More information about the fedora-extras-commits mailing list