i965: Set initial msaa fast clear status explicitly
authorTopi Pohjolainen <topi.pohjolainen@intel.com>
Fri, 8 Jul 2016 07:26:30 +0000 (10:26 +0300)
committerTopi Pohjolainen <topi.pohjolainen@intel.com>
Wed, 23 Nov 2016 09:06:53 +0000 (11:06 +0200)
commitf4c79894083459f61b78b7e6096b06086c7cefe3
treec00fed4c09feac3117976e6f861470eb1b54805e
parentdfd6088b3a8ca250ed7209f4583423cbbc293d8b
i965: Set initial msaa fast clear status explicitly

instead of in intel_miptree_init_mcs(). For lossless compression
the status is immediately overwritten in
intel_miptree_alloc_non_msrt_mcs() while the status for
non-compressed non-msaa miptrees is explicitly set in
do_blorp_clear().

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