diff options
Diffstat (limited to 'src/mesa/main/image.h')
-rw-r--r-- | src/mesa/main/image.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index 50b79f721e..c30f56e6d4 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -124,14 +124,6 @@ _mesa_pack_rgba_span_float( GLcontext *ctx, extern void -_mesa_pack_rgba_span_chan( GLcontext *ctx, - GLuint n, CONST GLchan rgba[][4], - GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, - const struct gl_pixelstore_attrib *dstPacking, - GLuint transferOps ); - - -extern void _mesa_unpack_color_span_chan( GLcontext *ctx, GLuint n, GLenum dstFormat, GLchan dest[], GLenum srcFormat, GLenum srcType, |