summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/image.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-09-09 16:58:48 -0700
committerEric Anholt <eric@anholt.net>2010-09-23 13:25:45 -0700
commit73578ba9c4938db3a23198c3a2ddf843cfc4f700 (patch)
tree62dbfafb0b9c656c6224409d26b10c2d3dcb0db0 /src/mesa/main/image.h
parent6c227e57e69158e4da40c69322db0eac4c31086c (diff)
downloadexternal_mesa3d-73578ba9c4938db3a23198c3a2ddf843cfc4f700.zip
external_mesa3d-73578ba9c4938db3a23198c3a2ddf843cfc4f700.tar.gz
external_mesa3d-73578ba9c4938db3a23198c3a2ddf843cfc4f700.tar.bz2
mesa: Remove SGI_color_matrix.
Another optional ARB_imaging subset extension.
Diffstat (limited to 'src/mesa/main/image.h')
-rw-r--r--src/mesa/main/image.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h
index 8b180d6..672dbf2 100644
--- a/src/mesa/main/image.h
+++ b/src/mesa/main/image.h
@@ -163,11 +163,6 @@ _mesa_scale_and_bias_rgba(GLuint n, GLfloat rgba[][4],
extern void
_mesa_map_rgba(const GLcontext *ctx, GLuint n, GLfloat rgba[][4]);
-
-extern void
-_mesa_transform_rgba(const GLcontext *ctx, GLuint n, GLfloat rgba[][4]);
-
-
extern void
_mesa_lookup_rgba_float(const struct gl_color_table *table,
GLuint n, GLfloat rgba[][4]);