[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r1720 - in branches/modular/lib/mesa-6.5: debian src/mesa/drivers/directfb



Author: dnusinow
Date: 2006-04-06 21:22:22 -0500 (Thu, 06 Apr 2006)
New Revision: 1720

Modified:
   branches/modular/lib/mesa-6.5/debian/changelog
   branches/modular/lib/mesa-6.5/src/mesa/drivers/directfb/idirectfbgl_mesa.c
Log:
* Remove set_buffer function from idirectfbgl_mesa.c in directfb driver.
  Also remove the line that sets SetBuffer to it. Fixes FTBFS.

Modified: branches/modular/lib/mesa-6.5/debian/changelog
===================================================================
--- branches/modular/lib/mesa-6.5/debian/changelog	2006-04-07 01:50:23 UTC (rev 1719)
+++ branches/modular/lib/mesa-6.5/debian/changelog	2006-04-07 02:22:22 UTC (rev 1720)
@@ -4,8 +4,10 @@
   * Increment libdrm-dev build-dep to 2.0.1
   * Re-Add s390 and m68k to the USE_IEEE test in src/mesa/main/imports.h.
     I need to submit this upstream.
+  * Remove set_buffer function from idirectfbgl_mesa.c in directfb driver.
+    Also remove the line that sets SetBuffer to it. Fixes FTBFS.
 
- -- David Nusinow <dnusinow@debian.org>  Thu,  6 Apr 2006 21:49:58 -0400
+ -- David Nusinow <dnusinow@debian.org>  Thu,  6 Apr 2006 22:21:37 -0400
 
 mesa (6.4.1-0.4) unstable; urgency=low
 

Modified: branches/modular/lib/mesa-6.5/src/mesa/drivers/directfb/idirectfbgl_mesa.c
===================================================================
--- branches/modular/lib/mesa-6.5/src/mesa/drivers/directfb/idirectfbgl_mesa.c	2006-04-07 01:50:23 UTC (rev 1719)
+++ branches/modular/lib/mesa-6.5/src/mesa/drivers/directfb/idirectfbgl_mesa.c	2006-04-07 02:22:22 UTC (rev 1720)
@@ -310,14 +310,7 @@
      _mesa_ResizeBuffersMESA();
 }
 
-/* required but not used */
 static void
-set_buffer( GLcontext *ctx, GLframebuffer *buffer, GLuint bufferBit )
-{
-     return;
-}
-
-static void
 delete_renderbuffer( struct gl_renderbuffer *render )
 {
      return;
@@ -562,7 +555,6 @@
      _swsetup_Wakeup( context );
      
      swdd = _swrast_GetDeviceDriverReference( context );
-     swdd->SetBuffer = set_buffer;
 
      _mesa_init_renderbuffer( &data->render, 0 );
      data->render.InternalFormat = GL_RGBA;



Reply to: