i965: Use BLORP for all HiZ ops
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 6 Jun 2017 00:10:24 +0000 (17:10 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 7 Jun 2017 15:54:54 +0000 (08:54 -0700)
commitdd294fd2d99fd3b244c869e00fb855bf84d180e8
treeda63994fb26377ff3be162d92f4ad8003f6e3164
parentbacae7221bf9b82520175fd7c8d1f5089096159d
i965: Use BLORP for all HiZ ops

BLORP has been capable of doing gen8-style HiZ ops for a while now.  We
might as well start using it.  The one downside is that this may cause a
bit more state emission since we still re-emit most things for BLORP.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_blorp.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/gen8_depth_state.c