summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-14 12:37:55 +0800
committerChia-I Wu <olvaffe@gmail.com>2009-09-14 13:04:58 +0800
commit0878cce17d0b74c2cbdda9baaacd3f91375b39bc (patch)
treea0d639d4a821b3a1d32d604a9c8959985068c027 /src
parentcbd17236c83071c55230f02c8da045f04b8b180f (diff)
mesa/swrast: Define _swrast_UpdateTexturePalette to NULL.
This allows swrast to be passed to _MESA_INIT_COLORTABLE_FUNCTIONS.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/swrast/swrast_features.h2
1 files changed, 2 insertions, 0 deletions
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