[Mesa-dev] [PATCH v3 07/10] anv/cmd_buffer: Add code for performing HZ operations
Chad Versace
chad at kiwitree.net
Fri Oct 7 18:25:20 UTC 2016
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.chery at intel.com>
> Reviewed-by: Jason Ekstrand <jason at 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 <chadversary at chromium.org>
More information about the mesa-dev
mailing list