i965/miptree: Move color resolve on map to intel_miptree_map
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 25 May 2017 05:06:29 +0000 (22:06 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 8 Jun 2017 05:18:53 +0000 (22:18 -0700)
commit4afe282a3596ba0d86249ab6a9e0eb64ef7995f5
treed4e46f7a05c0e3931ee9c13b38e11aa6e8df56ef
parentad7fa063ae256c554f497e058dfe4758b3fcd6b7
i965/miptree: Move color resolve on map to intel_miptree_map

None of the other methods such as blit work with CCS either so we need
to do the resolve for all maps.  This change also makes us only resolve
the one slice we're mapping and not the entire image.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/intel_mipmap_tree.c