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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/format_pack.h b/mesalib/src/mesa/main/format_pack.h
index 7df135632..f1b480510 100644
--- a/mesalib/src/mesa/main/format_pack.h
+++ b/mesalib/src/mesa/main/format_pack.h
@@ -95,4 +95,7 @@ _mesa_pack_uint_24_8_depth_stencil_row(gl_format format, GLuint n,
const GLuint *src, void *dst);
+extern void
+_mesa_pack_colormask(gl_format format, const GLubyte colorMask[4], void *dst);
+
#endif