From 0878cce17d0b74c2cbdda9baaacd3f91375b39bc Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 14 Sep 2009 12:37:55 +0800 Subject: mesa/swrast: Define _swrast_UpdateTexturePalette to NULL. This allows swrast to be passed to _MESA_INIT_COLORTABLE_FUNCTIONS. --- src/mesa/swrast/swrast_features.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mesa/swrast/swrast_features.h b/src/mesa/swrast/swrast_features.h index 7b7b76460b..486d607eb9 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 -- cgit v1.2.3