i965: Remove an unneeded render_cache_set_check_flush
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 25 May 2017 19:14:52 +0000 (12:14 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 8 Jun 2017 05:18:53 +0000 (22:18 -0700)
commit79df134d563053530f0089e42b3878feddced64e
treeea30c46ebffcde81f86ed8a87c142cbe3b499fdf
parent49e4d8cce2276cec0fcf56b7fa2be53f5501a78c
i965: Remove an unneeded render_cache_set_check_flush

This is only needed to fix rendering corruptions caused by not flushing
after doing a resolve operation.  The resolve now does all the needed
flushing so this is unnecessary.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Reviewed-by: Chad Versace <chadversary@chromium.org>
src/mesa/drivers/dri/i965/brw_context.c