Re: [Mesa-dev] [PATCH 2/2] i965: Set fast color clear mcs_state on newly allocated image miptrees

2013-11-25 Thread Eric Anholt
Keith Packard kei...@keithp.com writes: Just copying code from the dri2 path to set up the fast color clear state. This also removes a couple of bogus intel_region_reference calls. These two are: Reviewed-by: Eric Anholt e...@anholt.net pgpWbpIEouoko.pgp Description: PGP signature

[Mesa-dev] [PATCH 2/2] i965: Set fast color clear mcs_state on newly allocated image miptrees

2013-11-22 Thread Keith Packard
Just copying code from the dri2 path to set up the fast color clear state. This also removes a couple of bogus intel_region_reference calls. Signed-off-by: Keith Packard kei...@keithp.com --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 10 +++--- 1 file changed, 7 insertions(+), 3