summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i965simple/brw_misc_state.c
diff options
context:
space:
mode:
authorKeith Whitwell <[email protected]>2007-12-13 15:39:34 +0000
committerKeith Whitwell <[email protected]>2007-12-13 15:39:34 +0000
commit8cd608d5ba538cdebea7e9bb51c1458ce7eb5137 (patch)
tree46611f6e759069ba26148b0bb1d1d95c463f0de9 /src/mesa/pipe/i965simple/brw_misc_state.c
parent559750298a40ac845262365aa0d3d69e6dca0ced (diff)
965: missing code from last commit
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_misc_state.c')
-rw-r--r--src/mesa/pipe/i965simple/brw_misc_state.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/pipe/i965simple/brw_misc_state.c b/src/mesa/pipe/i965simple/brw_misc_state.c
index 07505023348..2ba4d3a9284 100644
--- a/src/mesa/pipe/i965simple/brw_misc_state.c
+++ b/src/mesa/pipe/i965simple/brw_misc_state.c
@@ -202,9 +202,7 @@ static void upload_depthbuffer(struct brw_context *brw)
OUT_BATCH(((depth_surface->pitch * depth_surface->cpp) - 1) |
(format << 18) |
(BRW_TILEWALK_YMAJOR << 26) |
-#if 0
- (depth_surface->region->tiled << 27) |
-#endif
+// (depth_surface->region->tiled << 27) |
(BRW_SURFACE_2D << 29));
OUT_RELOC(depth_surface->buffer,
PIPE_BUFFER_FLAG_READ | PIPE_BUFFER_FLAG_WRITE, 0);