diff options
author | Iago Toral Quiroga <[email protected]> | 2014-11-10 12:25:57 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2015-01-12 11:20:29 +0100 |
commit | 873437e209cd54bed64e634cb9bd0e3332efb7b7 (patch) | |
tree | 9a63653269b8ef45b937feeead7aaaa462093f83 /src/mesa/main/pack.h | |
parent | 3ba92bac7630eaf894da74d6c17c35ecf8b61e1a (diff) |
mesa: Remove _mesa_unpack_color_span_float
And various helper functions that went unused after removing it.
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 ec1e8bcb775..9ca6f68c6f3 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_float(struct gl_context *ctx, - GLuint n, GLenum dstFormat, GLfloat dest[], - GLenum srcFormat, GLenum srcType, - const GLvoid *source, - const struct gl_pixelstore_attrib *srcPacking, - GLbitfield transferOps); - - -extern void _mesa_unpack_index_span(struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, GLenum srcType, const GLvoid *source, |