summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_composite.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-26 10:34:28 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-26 11:23:36 +0000
commitfa799f81dec1b72e59008b7029d94a00bcf821bb (patch)
tree1c7f1b3690df8b3352e6ff812587a85e4dbde052 /src/gallium/state_trackers/xorg/xorg_composite.h
parentb4ea1eb871ec0e5fffd70bf4da6cdec5d25b5c50 (diff)
st/xorg: split up shared Done call
The two users of composite (Composite and Solid) now call a new xorg_composite_done() from their Done functions, while CopyDone is directly implemented on top of xorg_renderer.c.
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_composite.h')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_composite.h4
1 files changed, 4 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..ec71ebfe0d 100644
--- a/src/gallium/state_trackers/xorg/xorg_composite.h
+++ b/src/gallium/state_trackers/xorg/xorg_composite.h
@@ -29,4 +29,8 @@ void xorg_solid(struct exa_context *exa,
struct exa_pixmap_priv *pixmap,
int x0, int y0, int x1, int y1);
+
+void
+xorg_composite_done(struct exa_context *exa);
+
#endif