i965: Set NULL WM surfaces as tiled according to requirement by specs.

This commit is contained in:
Eric Anholt
2009-09-06 15:39:52 -07:00
parent ea6dab2537
commit 15c0cc5cf4
@@ -558,7 +558,7 @@ brw_update_renderbuffer_surface(struct brw_context *brw,
} else {
key.surface_type = BRW_SURFACE_NULL;
key.surface_format = BRW_SURFACEFORMAT_B8G8R8A8_UNORM;
key.tiling = 0;
key.tiling = I915_TILING_X;
key.width = 1;
key.height = 1;
key.cpp = 4;