summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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