intel/blorp: Add a NO_UPDATE_CLEAR_COLOR batch flag
authorNanley Chery <nanley.g.chery@intel.com>
Fri, 27 Apr 2018 00:09:29 +0000 (17:09 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Thu, 17 May 2018 14:06:42 +0000 (07:06 -0700)
Allow callers to handle updating the indirect clear color buffer
themselves. This can reduce the number of clear color updates in the
case where a caller performs multiple fast clears with the same clear
color.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>

No differences found