Android: remove headers from LOCAL_SRC_FILES
[mesa.git] / src / mesa / main / format_unpack.h
index 1fcfc04b331519a154c794d0519a84a31ae3ae7a..964c6077af271dc63fa49a7e8432fbdac7481bfd 100644 (file)
@@ -25,8 +25,7 @@
 #ifndef FORMAT_UNPACK_H
 #define FORMAT_UNPACK_H
 
-extern GLfloat
-_mesa_nonlinear_to_linear(GLubyte cs8);
+#include "formats.h"
 
 extern void
 _mesa_unpack_rgba_row(mesa_format format, GLuint n,
@@ -63,5 +62,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 */