intel/blorp_clear: Add gen8 HiZ clearing functions
authorNanley Chery <nanley.g.chery@intel.com>
Wed, 11 Jan 2017 00:17:26 +0000 (16:17 -0800)
committerNanley Chery <nanley.g.chery@intel.com>
Fri, 13 Jan 2017 04:52:19 +0000 (20:52 -0800)
commitf357af0c90866d3b4e9bd208f16999c44b2ba66f
tree2650590a963017626281c84ff131dc0d831c81d6
parent64fb5b0d51751f452b7bf4c5fff06b5549eed4a8
intel/blorp_clear: Add gen8 HiZ clearing functions

Add an entry point for the optimized gen8 BLORP HiZ sequence. commit
c9eaf12de20ac4143fe79d42018bdbb5a391356f fixed a bug that was
unknowingly worked around by forcing additional clear rectangle
alignment restrictions not specified in the PRMs. Now that the bug is no
longer present, omit the additional alignment restrictions.

v2: Adjust code comment about padding

Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/blorp/blorp.h
src/intel/blorp/blorp_clear.c