i965: Move blorp resolve setup into brw_blorp_blit_miptrees(). 83/6483/1
authorEric Anholt <eric@anholt.net>
Tue, 30 Apr 2013 17:48:09 +0000 (10:48 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 6 May 2013 21:33:27 +0000 (14:33 -0700)
commit40956c55196aa9494e27593e17910be35b26c3b8
tree87a9105ad37c08536b8e069f8daf9dcfd7e297e8
parent730c90a70ec47ad6e514b84295f8047fb986130a
i965: Move blorp resolve setup into brw_blorp_blit_miptrees().

There was some comment about trying to avoid marking resolves in
updownsample, but if the downsample is never actually rendered to, then
the required resolve tracked in the downsample will never be executed, so
who cares?

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
src/mesa/drivers/dri/intel/intel_mipmap_tree.c