diff options
author | Iago Toral Quiroga <[email protected]> | 2014-11-10 09:49:14 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2015-01-12 11:20:29 +0100 |
commit | 2280fdeb610405d9236aa99dc6452aa47d592e94 (patch) | |
tree | 3b963fac9f224897bf0e6b13426fc5714df64c6b /src/mesa/main/pack.h | |
parent | c540800aa5521023f28eeb288f0d7bb0b67278f3 (diff) |
mesa: Remove _mesa_unpack_color_span_ubyte
This is no longer used anywhere after moving to _mesa_format_convert.
Reviewed-by: Jason Ekstrand <[email protected]>
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, |