wsi: add minImageCount override
[mesa.git] / src / mesa / math / m_translate.h
index 250921a3f3a07223e26d8a31d6d4d793f8b15425..62f676ca6d7bdf09b4d9708cdc2867beef56a45f 100644 (file)
 #ifndef _M_TRANSLATE_H_
 #define _M_TRANSLATE_H_
 
-#include "main/compiler.h"
 #include "main/glheader.h"
-#include "main/mtypes.h"               /* hack for GLchan */
-#include "swrast/s_chan.h"
 
 /**
  * Array translation.
@@ -76,14 +73,6 @@ extern void _math_trans_4ub(GLubyte (*to)[4],
                            GLuint start,
                            GLuint n );
 
-extern void _math_trans_4chan( GLchan (*to)[4],
-                              const void *ptr,
-                              GLuint stride,
-                              GLenum type,
-                              GLuint size,
-                              GLuint start,
-                              GLuint n );
-
 extern void _math_trans_4us(GLushort (*to)[4],
                            const void *ptr,
                            GLuint stride,