From: Chia-I Wu Date: Mon, 14 Sep 2009 04:37:55 +0000 (+0800) Subject: mesa/swrast: Define _swrast_UpdateTexturePalette to NULL. X-Git-Tag: android-x86-1.6~16^2~21 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=0878cce17d0b74c2cbdda9baaacd3f91375b39bc;p=android-x86%2Fexternal-mesa.git mesa/swrast: Define _swrast_UpdateTexturePalette to NULL. This allows swrast to be passed to _MESA_INIT_COLORTABLE_FUNCTIONS. --- diff --git a/src/mesa/swrast/swrast_features.h b/src/mesa/swrast/swrast_features.h index 7b7b76460ba..486d607eb9e 100644 --- a/src/mesa/swrast/swrast_features.h +++ b/src/mesa/swrast/swrast_features.h @@ -74,6 +74,8 @@ _swrast_CopyColorTable( GLcontext *ctx, GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width); +#define _swrast_UpdateTexturePalette NULL + #endif