summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_composite.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-09-09 16:08:00 -0400
committerZack Rusin <zackr@vmware.com>2009-09-10 17:21:06 -0400
commit57d0934bc562c7a0de0c79fb0263ab3569eed002 (patch)
tree2828ba3549b67e144abfbada75a95fdc76e84522 /src/gallium/state_trackers/xorg/xorg_composite.h
parent974dec2e7b86474af75708dd2cc8236416f25662 (diff)
st/xorg: unite finalization and stub out pipelined copies
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_composite.h')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_composite.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_composite.h b/src/gallium/state_trackers/xorg/xorg_composite.h
index 236addf1ce..e73f1c704a 100644
--- a/src/gallium/state_trackers/xorg/xorg_composite.h
+++ b/src/gallium/state_trackers/xorg/xorg_composite.h
@@ -29,4 +29,9 @@ void xorg_solid(struct exa_context *exa,
struct exa_pixmap_priv *pixmap,
int x0, int y0, int x1, int y1);
+void xorg_copy_pixmap(struct exa_context *ctx,
+ struct exa_pixmap_priv *dst, int dx, int dy,
+ struct exa_pixmap_priv *src, int sx, int sy,
+ int width, int height);
+
#endif