diff options
author | Zack Rusin <[email protected]> | 2009-09-09 16:08:00 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2009-09-10 17:21:06 -0400 |
commit | 57d0934bc562c7a0de0c79fb0263ab3569eed002 (patch) | |
tree | 2828ba3549b67e144abfbada75a95fdc76e84522 /src/gallium/state_trackers/xorg/xorg_composite.h | |
parent | 974dec2e7b86474af75708dd2cc8236416f25662 (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.h | 5 |
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 236addf1ce4..e73f1c704a8 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 |