On Thu 06 Oct 2016, Nanley Chery wrote:
> Create a function that performs one of three HiZ operations -
> depth/stencil clears, HiZ resolve, and depth resolves.
> 
> Signed-off-by: Nanley Chery <nanley.g.ch...@intel.com>
> Reviewed-by: Jason Ekstrand <ja...@jlekstrand.net> (v2)
> 
> ---
> v3. Change do_hz to emit_hz (Chad)
>     Always set XMin YMin explicitly (Chad)
>     Add anv_finishme for gen7 emit_hz function (Jason)
>     Add full_surface render_area offset check (Jason)
>     Enable a fast-depth clear case (Jason)
>     Clarify #else case for px_dim calculation (Jason)
>     Remove experimental Depth Pipecontrol TODO
>     Comment on variable naming
> 
>  src/intel/vulkan/anv_genX.h        |   3 +
>  src/intel/vulkan/gen7_cmd_buffer.c |   7 ++
>  src/intel/vulkan/gen8_cmd_buffer.c | 187 
> +++++++++++++++++++++++++++++++++++++
>  3 files changed, 197 insertions(+)

Reviewed-by: Chad Versace <chadvers...@chromium.org>

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to