Revert "i965/gen9: Enable rep clears on gen9"

This reverts commit 8a0c85b258.

It's not a strict revert because I don't want to bring back the gen < 9 check at
this point in time.

Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
Ben Widawsky
2015-10-13 20:50:24 -07:00
parent f838e53c70
commit 7c690da29c
@@ -525,11 +525,6 @@ brw_meta_fast_clear(struct brw_context *brw, struct gl_framebuffer *fb,
if (irb->mt->fast_clear_state == INTEL_FAST_CLEAR_STATE_NO_MCS)
clear_type = REP_CLEAR;
if (brw->gen >= 9 && clear_type == FAST_CLEAR) {
perf_debug("fast MCS clears are disabled on gen9");
clear_type = REP_CLEAR;
}
/* We can't do scissored fast clears because of the restrictions on the
* fast clear rectangle size.
*/