svga: always link with C++
[mesa.git] / src / mesa / main / texstore.h
index 107f21300156645daf5bd8f61308375ee21a8a67..75f24bd45ac8707dce6317642031b245bfff85a6 100644 (file)
 extern GLboolean
 _mesa_texstore(TEXSTORE_PARAMS);
 
+extern GLboolean
+_mesa_texstore_needs_transfer_ops(struct gl_context *ctx,
+                                  GLenum baseInternalFormat,
+                                  gl_format dstFormat);
 
 extern GLboolean
 _mesa_texstore_can_use_memcpy(struct gl_context *ctx,