summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/r600_resource.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-07-27 21:57:40 +0200
committerChristian König <[email protected]>2012-07-30 15:02:04 +0200
commit86490bc150dd108d5917bb0f4636a9545fbf1b8e (patch)
tree9b3399cdd5bc617090eff92d18dcc4288fe2ffb8 /src/gallium/drivers/radeonsi/r600_resource.h
parent7dace3a3cf894adb51a21ff6b08f58608ea33831 (diff)
radeonsi: fix db and stencil setup v2
v2: fix tiling for small pitches, that finally makes glxgears and readPixSanity work Signed-off-by: Christian König <[email protected]> Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/r600_resource.h')
-rw-r--r--src/gallium/drivers/radeonsi/r600_resource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/r600_resource.h b/src/gallium/drivers/radeonsi/r600_resource.h
index b4427a165de..678bf12778d 100644
--- a/src/gallium/drivers/radeonsi/r600_resource.h
+++ b/src/gallium/drivers/radeonsi/r600_resource.h
@@ -55,7 +55,6 @@ struct r600_resource_texture {
unsigned size;
unsigned depth;
unsigned dirty_db;
- struct r600_resource_texture *stencil; /* Stencil is in a separate buffer on Evergreen. */
struct r600_resource_texture *flushed_depth_texture;
boolean is_flushing_texture;
struct radeon_surface surface;