diff options
author | Michel Dänzer <[email protected]> | 2009-09-02 16:00:30 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2009-09-02 16:00:30 +0200 |
commit | ea55f8ed8fc18245d74e04c0ae8e1a4911a37f26 (patch) | |
tree | ea478ffbecfe50c2a497470d8d78b7c5a5a0152a /src/gallium/state_trackers/xorg/xorg_exa.h | |
parent | 0b26d97f4d48e5f7e5a4230a411e3a1d91928bb4 (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.h | 1 |
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 d4ffe5ce2e8..5b515be1397 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 */ |