aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/format_pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/format_pack.h')
-rw-r--r--mesalib/src/mesa/main/format_pack.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mesalib/src/mesa/main/format_pack.h b/mesalib/src/mesa/main/format_pack.h
index 2577def41..aa7113e9b 100644
--- a/mesalib/src/mesa/main/format_pack.h
+++ b/mesalib/src/mesa/main/format_pack.h
@@ -68,7 +68,6 @@ extern gl_pack_ubyte_stencil_func
_mesa_get_pack_ubyte_stencil_func(mesa_format format);
-
extern void
_mesa_pack_float_rgba_row(mesa_format format, GLuint n,
const GLfloat src[][4], void *dst);
@@ -77,6 +76,9 @@ extern void
_mesa_pack_ubyte_rgba_row(mesa_format format, GLuint n,
const GLubyte src[][4], void *dst);
+extern void
+_mesa_pack_uint_rgba_row(mesa_format format, GLuint n,
+ const GLuint src[][4], void *dst);
extern void
_mesa_pack_ubyte_rgba_rect(mesa_format format, GLuint width, GLuint height,