i965/blorp: Add more destination flushing
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 3 Nov 2017 23:03:52 +0000 (16:03 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 14 Nov 2017 05:51:59 +0000 (21:51 -0800)
commitd6d0ac95d5d77bd18b2064c3ed9aad70cf38cb6f
treeaf4779aadf6a27f7704e6bd2035ed172c06a07c6
parent4a09070295294e9017fa686fc8e113989ef0f41b
i965/blorp: Add more destination flushing

Right now we just always flush the destination for render and aren't
particularly careful about depth or stencil.  Soon, flush_for_render
isn't going to do the same thing as flush_for_depth and we may be doing
a good deal less depth flushing so we should be a bit more precise.

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