OSDN Git Service

mesa/swrast: Define _swrast_UpdateTexturePalette to NULL.
authorChia-I Wu <olvaffe@gmail.com>
Mon, 14 Sep 2009 04:37:55 +0000 (12:37 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Mon, 14 Sep 2009 05:04:58 +0000 (13:04 +0800)
This allows swrast to be passed to _MESA_INIT_COLORTABLE_FUNCTIONS.

src/mesa/swrast/swrast_features.h

index 7b7b764..486d607 100644 (file)
@@ -74,6 +74,8 @@ _swrast_CopyColorTable( GLcontext *ctx,
                        GLenum target, GLenum internalformat,
                        GLint x, GLint y, GLsizei width);
 
+#define _swrast_UpdateTexturePalette NULL
+
 #endif