r200: add blit support
[mesa.git] / src / mesa / drivers / dri / r200 / r200_context.h
index 17e4d8962eac59cbeb411038f62b7e8422edf295..a9dce310ae134f369043a5feb2d639d971efdf9a 100644 (file)
@@ -645,6 +645,8 @@ extern GLboolean r200MakeCurrent( __DRIcontext *driContextPriv,
                                  __DRIdrawable *driReadPriv );
 extern GLboolean r200UnbindContext( __DRIcontext *driContextPriv );
 
+extern void r200_init_texcopy_functions(struct dd_function_table *table);
+
 /* ================================================================
  * Debugging:
  */