i965/rbc: Clarify rational given for shader image resolves
authorTopi Pohjolainen <topi.pohjolainen@intel.com>
Thu, 8 Sep 2016 05:22:38 +0000 (08:22 +0300)
committerTopi Pohjolainen <topi.pohjolainen@intel.com>
Mon, 12 Sep 2016 08:48:30 +0000 (11:48 +0300)
commite54b70b3d4e88c71b47a9123d496dd05e0e056cd
tree0be78ebacc8fa744737668af3a4f189fbeb91993
parent1df4b666ed72b07b295b1117aec9938127160261
i965/rbc: Clarify rational given for shader image resolves

Original commit added documentation explaining lossless compression
case:

commit 56f29911ec9da25c78fbd3d4945d499e65ca4b5a
Author: Topi Pohjolainen <topi.pohjolainen@intel.com>
Date:   Tue Feb 2 10:00:41 2016 +0200

    i965: Add a flag telling color resolve pass to ignore CCS_E

It, however, easily gives the impression that the sole purpose
of the intel_miptree_resolve_color() is to address lossless
compression. Original intention is to document the lack of
INTEL_MIPTREE_IGNORE_CCS_E flag given for the resolve call.

This patch fixes this along with a typo found spotted further
down.

Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_context.c