mesa: Make ARB_gpu_shader5 core-profile-only
[mesa.git] / src / mesa / main / texcompress_etc.h
index 503d0388ac67ad89160b0f474b9c7a6c482e6846..319b7bea7154a7faa30ead618f234d0a996ccd1a 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <inttypes.h>
 #include "glheader.h"
-#include "mfeatures.h"
 #include "texcompress.h"
 #include "texstore.h"
 
@@ -78,9 +77,9 @@ _mesa_unpack_etc2_format(uint8_t *dst_row,
                          unsigned src_stride,
                          unsigned src_width,
                          unsigned src_height,
-                         gl_format format);
+                         mesa_format format);
 
 compressed_fetch_func
-_mesa_get_etc_fetch_func(gl_format format);
+_mesa_get_etc_fetch_func(mesa_format format);
 
 #endif