mesa: Remove _mesa_unpack_color_span_float
And various helper functions that went unused after removing it. Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -54,15 +54,6 @@ _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n,
|
||||
GLbitfield transferOps);
|
||||
|
||||
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user