mesa: replace _mesa_problem() with assert() in hash table
[mesa.git] / src / mesa / main / format_pack.h
index 2577def413ef74f1a05f3d2d293f2c934e9f5525..aa7113e9b27b406564f9f231432d5ae89c02d3d3 100644 (file)
@@ -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,