mesa: reimplement IROUND(), add F_TO_I()
[mesa.git] / src / mesa / main / pixeltransfer.h
index 8af2e9ee2d82e2f0fb36f8943faf9d2b6189e1ea..3cd7ebe774123348ccdbbd496beadeea0d878760 100644 (file)
@@ -45,12 +45,6 @@ _mesa_map_ci_to_rgba(const struct gl_context *ctx,
                      GLuint n, const GLuint index[], GLfloat rgba[][4]);
 
 
-extern void
-_mesa_map_ci8_to_rgba8(const struct gl_context *ctx,
-                       GLuint n, const GLubyte index[],
-                       GLubyte rgba[][4]);
-
-
 extern void
 _mesa_scale_and_bias_depth(const struct gl_context *ctx, GLuint n,
                            GLfloat depthValues[]);
@@ -75,7 +69,7 @@ _mesa_apply_ci_transfer_ops(const struct gl_context *ctx,
 
 extern void
 _mesa_apply_stencil_transfer_ops(const struct gl_context *ctx, GLuint n,
-                                 GLstencil stencil[]);
+                                 GLubyte stencil[]);
 
 
 #endif