r600: improve blit support
[mesa.git] / src / mesa / drivers / dri / r600 / r600_context.h
index 774b30eb8d1e48e5617fd9bde02ce52a1b0afefb..1f7cd4096bf869dcec780b35500a61279a58b54a 100644 (file)
@@ -180,6 +180,8 @@ extern GLboolean r700SyncSurf(context_t *context,
                              uint32_t write_domain,
                              uint32_t sync_type);
 
+extern void r700WaitForIdleClean(context_t *context);
+
 extern void r700Start3D(context_t *context);
 extern void r600InitAtoms(context_t *context);
 extern void r700InitDraw(GLcontext *ctx);