summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.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_exa.h
parent974dec2e7b86474af75708dd2cc8236416f25662 (diff)
st/xorg: unite finalization and stub out pipelined copies
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.h')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_exa.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.h b/src/gallium/state_trackers/xorg/xorg_exa.h
index 8157c71172..7229e87101 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.h
+++ b/src/gallium/state_trackers/xorg/xorg_exa.h
@@ -27,6 +27,11 @@ struct exa_context
float solid_color[4];
boolean has_solid_color;
+
+ struct {
+ struct exa_pixmap_priv *src;
+ struct exa_pixmap_priv *dst;
+ } copy;
};
@@ -37,7 +42,6 @@ struct exa_pixmap_priv
struct pipe_texture *tex;
struct pipe_texture *depth_stencil_tex;
- struct pipe_surface *src_surf; /* for copies */
struct pipe_transfer *map_transfer;
unsigned map_count;