mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
- Remove references to libgl symbol from i915
This commit is contained in:
parent
d45e02118a
commit
a858a72a06
2 changed files with 30 additions and 1 deletions
24
mesa-7.1-remove-getid-i915.patch
Normal file
24
mesa-7.1-remove-getid-i915.patch
Normal file
|
@ -0,0 +1,24 @@
|
|||
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);
|
|
@ -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 @@ Patch3: mesa-7.1-dri-driver-dir.patch
|
|||
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 @@ chmod a-x progs/demos/glslnoise.c
|
|||
%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 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/mesa-demos-data
|
||||
|
||||
%changelog
|
||||
* Tue Dec 04 2007 Dave Airlie <airlied@redhat.com> 7.1-0.7
|
||||
- Remove references to libgl symbol from i915
|
||||
|
||||
* Thu Nov 30 2007 Dave Airlie <airlied@redhat.com> 7.1-0.6
|
||||
- Rebuild against a new libdrm
|
||||
|
||||
|
|
Loading…
Reference in a new issue