i965/Gen7: emit mcs info for multisample textures
authorChris Forbes <chrisf@ijw.co.nz>
Sat, 30 Nov 2013 22:30:45 +0000 (11:30 +1300)
committerChris Forbes <chrisf@ijw.co.nz>
Sat, 7 Dec 2013 03:08:52 +0000 (16:08 +1300)
Previously this was only done for render targets.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/gen7_wm_surface_state.c

index c3bd96d..dbd7309 100644 (file)
@@ -349,6 +349,11 @@ gen7_update_texture_surface(struct gl_context *ctx,
          SET_FIELD(brw_swizzle_to_scs(GET_SWZ(swizzle, 3), need_scs_green_to_blue), GEN7_SURFACE_SCS_A);
    }
 
+   if (mt->mcs_mt) {
+      gen7_set_surface_mcs_info(brw, surf, *surf_offset,
+                                mt->mcs_mt, false /* is RT */);
+   }
+
    /* Emit relocation to surface contents */
    drm_intel_bo_emit_reloc(brw->batch.bo,
                           *surf_offset + 4,