summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-24 20:48:12 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-24 21:15:35 +0000
commit4509f3cbad2972b6fe4a722ed07904666122a759 (patch)
treeecc1ab505173e92740604bde09024da4acd7bca5 /src/gallium/state_trackers/xorg/xorg_exa.h
parentacc51ac0ace11bb375241467ba35e1014f5fb997 (diff)
st/xorg: use surface_copy for blits if available
Even if its not available, we really want to be coalescing blit operations better.
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 15cc29d662..a67dda65a5 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.h
+++ b/src/gallium/state_trackers/xorg/xorg_exa.h
@@ -37,6 +37,9 @@ struct exa_context
struct {
struct exa_pixmap_priv *src;
struct exa_pixmap_priv *dst;
+
+ struct pipe_surface *src_surface;
+ struct pipe_surface *dst_surface;
} copy;
};