diff options
Diffstat (limited to 'src/mesa/main/pack.h')
-rw-r--r-- | src/mesa/main/pack.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/main/pack.h b/src/mesa/main/pack.h index 4f9cf2d4398..9ece4243443 100644 --- a/src/mesa/main/pack.h +++ b/src/mesa/main/pack.h @@ -55,15 +55,6 @@ _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n, extern void -_mesa_unpack_color_span_ubyte(struct gl_context *ctx, - GLuint n, GLenum dstFormat, GLubyte dest[], - GLenum srcFormat, GLenum srcType, - const GLvoid *source, - const struct gl_pixelstore_attrib *srcPacking, - GLbitfield transferOps); - - -extern void _mesa_unpack_color_span_float(struct gl_context *ctx, GLuint n, GLenum dstFormat, GLfloat dest[], GLenum srcFormat, GLenum srcType, |