diff options
author | Brian Paul <[email protected]> | 2011-09-17 15:55:03 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-09-20 20:17:41 -0600 |
commit | e1d703bec58be011636f73470e2b8a41b1363dc7 (patch) | |
tree | e1f415c14928a92fc14752409bdf5b3631d0f82c /src/mesa/main/pack.h | |
parent | ae670b58d4e0234c5ee79ba0b074251380897c38 (diff) |
mesa: convert _mesa_unpack_color_span_chan() to ubyte
Diffstat (limited to 'src/mesa/main/pack.h')
-rw-r--r-- | src/mesa/main/pack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/pack.h b/src/mesa/main/pack.h index 00aab409e42..7c76baae4d6 100644 --- a/src/mesa/main/pack.h +++ b/src/mesa/main/pack.h @@ -58,8 +58,8 @@ _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n, extern void -_mesa_unpack_color_span_chan(struct gl_context *ctx, - GLuint n, GLenum dstFormat, GLchan dest[], +_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, |