summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixel.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-10-12 23:47:19 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-10-12 23:47:19 +0000
commit5bc33fe6f1c66ff6e3d41909847cb96ee45d78f3 (patch)
treef5ae70cbb553aba577326a39421282b3654cc080 /src/mesa/main/pixel.h
parent556c2fa3a33001912c18b83893d513e4740fb67f (diff)
remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba()
Diffstat (limited to 'src/mesa/main/pixel.h')
-rw-r--r--src/mesa/main/pixel.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h
index 0f8542b1c7..0445b527e8 100644
--- a/src/mesa/main/pixel.h
+++ b/src/mesa/main/pixel.h
@@ -117,9 +117,8 @@ _mesa_map_ci_to_rgba(const GLcontext *ctx,
extern void
-_mesa_map_ci8_to_rgba(const GLcontext *ctx,
- GLuint n, const GLubyte index[],
- GLchan rgba[][4]);
+_mesa_map_ci8_to_rgba8(const GLcontext *ctx, GLuint n, const GLubyte index[],
+ GLubyte rgba[][4]);
extern void
@@ -136,11 +135,6 @@ _mesa_scale_and_bias_depth(const GLcontext *ctx, GLuint n,
GLfloat depthValues[]);
-extern void
-_mesa_chan_to_float_span(const GLcontext *ctx, GLuint n,
- CONST GLchan rgba[][4], GLfloat rgbaf[][4]);
-
-
extern void
_mesa_update_pixel( GLcontext *ctx, GLuint newstate );