From 5b0edff412f45fe64bd42fb481adeda7d34b0fa8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 13 Oct 2006 17:41:23 +0000 Subject: Consolidate, move, fix code related to color index and stencil image transfer operations (shift, offset, table lookup, etc). --- src/mesa/main/image.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/mesa/main/image.h') diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index 5d50f5df156..990398a7c45 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -115,6 +115,17 @@ extern void _mesa_apply_rgba_transfer_ops(GLcontext *ctx, GLbitfield transferOps, GLuint n, GLfloat rgba[][4]); + +extern void +_mesa_apply_ci_transfer_ops(const GLcontext *ctx, GLbitfield transferOps, + GLuint n, GLuint indexes[]); + + +extern void +_mesa_apply_stencil_transfer_ops(const GLcontext *ctx, GLuint n, + GLstencil stencil[]); + + extern void _mesa_pack_rgba_span_float( GLcontext *ctx, GLuint n, GLfloat rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, -- cgit v1.2.3