i965/blorp: Simplify depth buffer state setup a bit
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 28 Jun 2016 01:33:05 +0000 (18:33 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 17 Aug 2016 21:46:22 +0000 (14:46 -0700)
commit1495b6315ebe6c8bfe04641a5d45983004a2e8ba
treec6bc18af8ec04cbf6f868a5467d2b960c193feb0
parentd81435336510ee00b59d5fb538ca5fb065abd579
i965/blorp: Simplify depth buffer state setup a bit

The data comes in via ISL in a format that's almost directly usable by the
hardware so we can avoid some of the conversion headache.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/gen6_blorp.c
src/mesa/drivers/dri/i965/gen7_blorp.c