[Mesa-dev] [PATCH 0/9] anv: Fix several of the new Vulkan CTS tests

Kenneth Graunke kenneth at whitecape.org
Thu Jun 2 00:19:35 UTC 2016


On Wednesday, June 1, 2016 2:44:51 PM PDT Jason Ekstrand wrote:
> I recently grabbed the latest dev version of the Vulkan CTS and ran it on
> our driver.  This series fixes a bunch of the bugs that it exposed.  In an
> effort to get more people involved in Vulkan development and in the hopes
> of actually getting reviews, I've CC'd at least one person on each patch.
> If you got CC'd, it doesn't necesaraly mean you *have* to review it, just
> that I think you seemed like a good candidate. :-)
> 
> Jason Ekstrand (9):
>   anv/clear: Handle ClearImage on 3-D images
>   nir/lower_indirect_derefs: Use the direct array deref for recursion
>   anv/pipeline: Refactor specialization constant handling a bit
>   anv/pipeline: Add support for early depth stencil
>   genxml/gen6,7,75: s/BackFace/Backface
>   anv/pipeline: Unify gen7/8 emit_ds_state
>   anv/pipeline: Silently pass tests if depth or stencil is missing
>   nir/spirv: Use breaks instead of returns in constant handling
>   nir/spirv: Handle the WorkgroupSize builtin decoration
> 
>  src/compiler/nir/nir_lower_indirect_derefs.c |  2 +-
>  src/compiler/spirv/spirv_to_nir.c            | 29 +++++++++-
>  src/intel/genxml/gen6.xml                    |  4 +-
>  src/intel/genxml/gen7.xml                    |  4 +-
>  src/intel/genxml/gen75.xml                   |  4 +-
>  src/intel/vulkan/anv_meta_clear.c            |  6 +-
>  src/intel/vulkan/anv_pipeline.c              |  9 ++-
>  src/intel/vulkan/gen7_cmd_buffer.c           |  2 +-
>  src/intel/vulkan/gen7_pipeline.c             | 53 +++++------------
>  src/intel/vulkan/gen8_pipeline.c             | 66 +++++----------------
>  src/intel/vulkan/genX_pipeline_util.h        | 87 ++++++++++++++++++++++++++++
>  11 files changed, 160 insertions(+), 106 deletions(-)

Patches 1, 3-6, and 8-9 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160601/4fa0a15e/attachment.sig>


More information about the mesa-dev mailing list