main: select ES3.2 version when all extensions are available
[mesa.git] / src / mesa / main / format_unpack.h
index 5904a28e755d5c83bb5d3a5ab5d608a4898d1765..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,
@@ -64,6 +63,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);