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(-)

-- 
2.5.0.400.gff86faf

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

Reply via email to