diff options
author | Iago Toral Quiroga <[email protected]> | 2014-11-10 09:55:18 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2015-01-12 11:20:29 +0100 |
commit | 3ba92bac7630eaf894da74d6c17c35ecf8b61e1a (patch) | |
tree | 90c6a61dead1ed4e20ed99af1b71d9c74535bd96 /src/mesa/main/pack.h | |
parent | 2280fdeb610405d9236aa99dc6452aa47d592e94 (diff) |
mesa: Remove (signed) integer pack and span functions.
These are no longer used now that we moved 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 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/main/pack.h b/src/mesa/main/pack.h index 9ece4243443..ec1e8bcb775 100644 --- a/src/mesa/main/pack.h +++ b/src/mesa/main/pack.h @@ -118,18 +118,6 @@ _mesa_unpack_image(GLuint dimensions, const struct gl_pixelstore_attrib *unpack); -void -_mesa_pack_rgba_span_from_uints(struct gl_context *ctx, GLuint n, GLuint rgba[][4], - GLenum dstFormat, GLenum dstType, - GLvoid *dstAddr); - - -void -_mesa_pack_rgba_span_from_ints(struct gl_context *ctx, GLuint n, GLint rgba[][4], - GLenum dstFormat, GLenum dstType, - GLvoid *dstAddr); - - extern void _mesa_rebase_rgba_float(GLuint n, GLfloat rgba[][4], GLenum baseFormat); |