remove _swrast_DrawBuffer
authorKarl Schultz <kschultz@freedesktop.org>
Mon, 5 Sep 2005 14:08:51 +0000 (14:08 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Mon, 5 Sep 2005 14:08:51 +0000 (14:08 +0000)
src/mesa/drivers/windows/gdi/mesa.def
src/mesa/glapi/mesadef.py

index 7b67c5c..cca63ae 100644 (file)
@@ -1043,7 +1043,6 @@ EXPORTS
 ;      _swrast_alloc_buffers
        _swrast_Bitmap
        _swrast_CopyPixels
-       _swrast_DrawBuffer
        _swrast_DrawPixels
        _swrast_GetDeviceDriverReference
        _swrast_Clear
index 7aa2776..24e64ef 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# $Id: mesadef.py,v 1.2 2004/05/10 07:42:27 dborca Exp $
+# $Id: mesadef.py,v 1.3 2005/09/05 14:09:25 kschultz Exp $
 
 # Mesa 3-D graphics library
 # Version:  4.1
@@ -159,7 +159,6 @@ def PrintTail():
        print '\t_swrast_alloc_buffers'
        print '\t_swrast_Bitmap'
        print '\t_swrast_CopyPixels'
-       print '\t_swrast_DrawBuffer'
        print '\t_swrast_DrawPixels'
        print '\t_swrast_GetDeviceDriverReference'
        print '\t_swrast_Clear'