i965: Don't bother with HiZ in renderbuffer_move_to_temp

This function is only used on gen4-5 which don't support HiZ.

Reviewed-by: Chad Versace <chadversary@chromium.org>
This commit is contained in:
Jason Ekstrand
2017-06-15 21:18:31 -07:00
parent 764cce442e
commit 793b312b4a
-4
View File
@@ -989,10 +989,6 @@ intel_renderbuffer_move_to_temp(struct brw_context *brw,
irb->mt->num_samples,
layout_flags);
if (intel_miptree_wants_hiz_buffer(brw, new_mt)) {
intel_miptree_alloc_hiz(brw, new_mt);
}
if (!invalidate)
intel_miptree_copy_slice(brw, intel_image->mt,
intel_image->base.Base.Level, irb->mt_layer,