diff options
author | Iago Toral Quiroga <[email protected]> | 2014-11-11 08:15:57 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2015-01-12 11:20:29 +0100 |
commit | d28d9376e24ef157b59225cf151db4f8c5521d5d (patch) | |
tree | cc1618b09055f7e0c541fdd8a61729965d457793 /src/mesa/main/pack.h | |
parent | 3a4de321449551e48682ad42a57df020570fec6d (diff) |
mesa: Remove _mesa_(un)pack_index_span
These are not used anywhere.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/main/pack.h')
-rw-r--r-- | src/mesa/main/pack.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mesa/main/pack.h b/src/mesa/main/pack.h index 27aaea86871..6d1dce72e78 100644 --- a/src/mesa/main/pack.h +++ b/src/mesa/main/pack.h @@ -47,21 +47,6 @@ _mesa_pack_bitmap(GLint width, GLint height, const GLubyte *source, extern void -_mesa_unpack_index_span(struct gl_context *ctx, GLuint n, - GLenum dstType, GLvoid *dest, - GLenum srcType, const GLvoid *source, - const struct gl_pixelstore_attrib *srcPacking, - GLbitfield transferOps); - - -extern void -_mesa_pack_index_span(struct gl_context *ctx, GLuint n, - GLenum dstType, GLvoid *dest, const GLuint *source, - const struct gl_pixelstore_attrib *dstPacking, - GLbitfield transferOps); - - -extern void _mesa_unpack_stencil_span(struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, GLenum srcType, const GLvoid *source, |