i965/icl: Disable binding table prefetching
[mesa.git] / src / mesa / main / texformat.h
index efe26993ba712959702a1e13da82460a29a54c5b..ed965f84f1d1616722214874c651fc9bb2fbe451 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.75
  *
  * Copyright (C) 1999-2008  Brian Paul   All Rights Reserved.
  * Copyright (c) 2008-2009 VMware, Inc.
@@ -32,9 +31,8 @@
 
 struct gl_context;
 
-extern gl_format
+extern mesa_format
 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target,
                         GLint internalFormat, GLenum format, GLenum type);
 
-
 #endif