summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-09-09 15:43:09 -0400
committerZack Rusin <zackr@vmware.com>2009-09-10 17:21:06 -0400
commit974dec2e7b86474af75708dd2cc8236416f25662 (patch)
tree716579dee74b980aed1b14f4359ef5fecd4b2bde /src/gallium/state_trackers/xorg/xorg_exa.h
parent16886c8be34fd17ed34c83ed2e83af2c825c989d (diff)
st/xorg: abstract flushing and syncing for the exa code
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.h')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_exa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.h b/src/gallium/state_trackers/xorg/xorg_exa.h
index 64b6de7048..8157c71172 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.h
+++ b/src/gallium/state_trackers/xorg/xorg_exa.h
@@ -46,5 +46,8 @@ struct exa_pixmap_priv
struct pipe_surface *
exa_gpu_surface(struct exa_context *exa, struct exa_pixmap_priv *priv);
+void xorg_exa_flush(struct exa_context *exa, uint pipeFlushFlags,
+ struct pipe_fence_handle **fence);
+void xorg_exa_finish(struct exa_context *exa);
#endif