summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pack.h
diff options
context:
space:
mode:
authorIago Toral Quiroga <itoral@igalia.com>2014-11-10 17:45:55 +0100
committerIago Toral Quiroga <itoral@igalia.com>2015-01-12 11:20:29 +0100
commit3a4de321449551e48682ad42a57df020570fec6d (patch)
tree86b78de29ef8d37a867221cce71bc7006998786d /src/mesa/main/pack.h
parent873437e209cd54bed64e634cb9bd0e3332efb7b7 (diff)
downloadexternal_mesa3d-3a4de321449551e48682ad42a57df020570fec6d.zip
external_mesa3d-3a4de321449551e48682ad42a57df020570fec6d.tar.gz
external_mesa3d-3a4de321449551e48682ad42a57df020570fec6d.tar.bz2
mesa: Remove _mesa_pack_rgba_span_float and tmp_pack.h
_mesa_pack_rgba_span_float was the last of the color span functions and we have replaced all calls to it with calls to _mesa_format_convert, so we can remove it together with tmp_pack.h which was used to generate the pack functions for multiple types that were used from the various color span functions that have been removed. Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Diffstat (limited to 'src/mesa/main/pack.h')
-rw-r--r--src/mesa/main/pack.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/pack.h b/src/mesa/main/pack.h
index 9ca6f68..27aaea8 100644
--- a/src/mesa/main/pack.h
+++ b/src/mesa/main/pack.h
@@ -47,14 +47,6 @@ _mesa_pack_bitmap(GLint width, GLint height, const GLubyte *source,
extern void
-_mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n,
- GLfloat rgba[][4],
- GLenum dstFormat, GLenum dstType, GLvoid *dstAddr,
- const struct gl_pixelstore_attrib *dstPacking,
- GLbitfield transferOps);
-
-
-extern void
_mesa_unpack_index_span(struct gl_context *ctx, GLuint n,
GLenum dstType, GLvoid *dest,
GLenum srcType, const GLvoid *source,