mesa/st: enable carry/borrow lowering pass
[mesa.git] / src / mesa / main / format_unpack.h
index 1fcfc04b331519a154c794d0519a84a31ae3ae7a..51f97df4d77b19390c8679ced50ca3f6193c9d69 100644 (file)
@@ -63,5 +63,13 @@ void
 _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);
 #endif /* FORMAT_UNPACK_H */