diff options
author | Brian Paul <[email protected]> | 2006-10-12 23:47:19 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-10-12 23:47:19 +0000 |
commit | 5bc33fe6f1c66ff6e3d41909847cb96ee45d78f3 (patch) | |
tree | f5ae70cbb553aba577326a39421282b3654cc080 /src/mesa/main/pixel.h | |
parent | 556c2fa3a33001912c18b83893d513e4740fb67f (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.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h index 0f8542b1c7a..0445b527e83 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 ); |