VirtGL : remove compilation warning about mipmap
authorjinhyung.jo <jinhyung.jo@samsung.com>
Thu, 12 Sep 2013 04:07:49 +0000 (13:07 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Thu, 12 Sep 2013 04:11:21 +0000 (13:11 +0900)
modified the header file and including that in source file

Change-Id: I0e19a40020a5d6ed995353e06a7068de81bc5057
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
tizen/src/hw/mesa_mipmap.c
tizen/src/hw/mesa_mipmap.h

index 1263cd5..b6e6bbe 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include "mesa_glu.h"
+#include "mesa_mipmap.h"
 
 #ifdef PC_HEADER
 #include "all.h"
index 047596f..cb26591 100644 (file)
  */
 
 extern GLint GLAPIENTRY
+mesa_gluBuild1DMipmaps(GLenum target, GLint components,
+                  GLsizei width, GLenum format,
+                  GLenum type, const void *data);
+
+extern GLint GLAPIENTRY
 mesa_gluBuild2DMipmaps(GLenum target, GLint components,
                   GLsizei width, GLsizei height, GLenum format,
                   GLenum type, const void *data);