i965: Use the brw_depthbuffer atom on all gens
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 5 May 2018 05:41:19 +0000 (22:41 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 8 May 2018 15:27:44 +0000 (08:27 -0700)
commitccd3dce3c059ad6d24ab50107ac6bb8827f46c3d
tree05248a546a9902defbc7671c56f2461f228fae8e
parent514bb6f41ec139baeaf56b57d7bc1034fb114234
i965: Use the brw_depthbuffer atom on all gens

The only reason why we had two atoms was that the one we used for gen7+
depended on _NEW_DEPTH and _NEW_STENCIL as well as _NEW_BUFFERS.  Since
this is no longer true, we can combine them into one atom.  We do add a
dependence on BRW_NEW_AUX_STATE but that should never get set on gen4-5
so adding it is a no-op for those platforms.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_misc_state.c
src/mesa/drivers/dri/i965/brw_state.h
src/mesa/drivers/dri/i965/gen7_misc_state.c
src/mesa/drivers/dri/i965/genX_state_upload.c