summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.h
diff options
context:
space:
mode:
authorMichel Dänzer <daenzer@vmware.com>2009-09-02 16:00:30 +0200
committerMichel Dänzer <daenzer@vmware.com>2009-09-02 16:00:30 +0200
commitea55f8ed8fc18245d74e04c0ae8e1a4911a37f26 (patch)
treeea478ffbecfe50c2a497470d8d78b7c5a5a0152a /src/gallium/state_trackers/xorg/xorg_exa.h
parent0b26d97f4d48e5f7e5a4230a411e3a1d91928bb4 (diff)
st/xorg: Add support for xserver Git master DRI2 interface.
Reorganize to handle both interfaces with common code.
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.h')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_exa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.h b/src/gallium/state_trackers/xorg/xorg_exa.h
index d4ffe5ce2e..5b515be139 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.h
+++ b/src/gallium/state_trackers/xorg/xorg_exa.h
@@ -35,6 +35,7 @@ struct exa_pixmap_priv
int tex_flags;
struct pipe_texture *tex;
+ struct pipe_texture *depth_stencil_tex;
unsigned int color;
struct pipe_surface *src_surf; /* for copies */