mesa/st: enable carry/borrow lowering pass
[mesa.git] / src / mesa / main / format_unpack.h
index 5904a28e755d5c83bb5d3a5ab5d608a4898d1765..51f97df4d77b19390c8679ced50ca3f6193c9d69 100644 (file)
@@ -64,6 +64,11 @@ _mesa_unpack_uint_24_8_depth_stencil_row(mesa_format format, GLuint n,
                                         const void *src, GLuint *dst);
 
 void
+_mesa_unpack_float_32_uint_24_8_depth_stencil_row(mesa_format format,
+                                                  GLuint n,
+                                                  const void *src,
+                                                  GLuint *dst);
+void
 _mesa_unpack_depth_stencil_row(mesa_format format, GLuint n,
                               const void *src, GLenum type,
                               GLuint *dst);