summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_tracker.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-08-26 13:45:31 +0200
committerJakob Bornecrantz <jakob@vmware.com>2009-08-26 13:45:31 +0200
commit23fe960be0d0d27fcd676534c692ab164f854acb (patch)
tree79d9bd68a3c9efed5ccfde0c5cdf1e67fa12f3a2 /src/gallium/state_trackers/xorg/xorg_tracker.h
parentaab0bedb8c791531256b9cf4ef165080ccc75e9b (diff)
st/xorg: Find out correct type for depth stencil buffers
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_tracker.h')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_tracker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_tracker.h b/src/gallium/state_trackers/xorg/xorg_tracker.h
index da850bbf64..8c60d50927 100644
--- a/src/gallium/state_trackers/xorg/xorg_tracker.h
+++ b/src/gallium/state_trackers/xorg/xorg_tracker.h
@@ -87,6 +87,8 @@ typedef struct _modesettingRec
struct drm_api *api;
struct pipe_screen *screen;
struct pipe_context *ctx;
+ boolean d_depth_bits_last;
+ boolean ds_depth_bits_last;
/* exa */
void *exa;