mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
i965/blorp: Enable for buffer resolves
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94181 Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
c7cf17ae75
commit
f8dd07a2c3
1 changed files with 1 additions and 1 deletions
|
|
@ -2074,7 +2074,7 @@ intel_miptree_resolve_color(struct brw_context *brw,
|
|||
/* Fast color clear resolves only make sense for non-MSAA buffers. */
|
||||
if (mt->msaa_layout == INTEL_MSAA_LAYOUT_NONE ||
|
||||
intel_miptree_is_lossless_compressed(brw, mt)) {
|
||||
brw_meta_resolve_color(brw, mt);
|
||||
brw_blorp_resolve_color(brw, mt);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue