[Mesa-dev] [PATCH 09/30] i965/miptree: Move color resolve on map to intel_miptree_map
Chad Versace
chadversary at chromium.org
Fri Jun 2 22:03:37 UTC 2017
On Fri 26 May 2017, Jason Ekstrand wrote:
> None of the other methods such as blit work with CCS either so we need
> to do the resolve for all maps.
Not exactly. No down-resolve is needed for maps with
GL_MAP_INVALIDATE_RANGE_BIT. But that's a separate problem for
a separate patch.
Reviewed-by: Chad Versace <chadversary at chromium.org>
> This change also makes us only resolve
> the one slice we're mapping and not the entire image.
More information about the mesa-dev
mailing list