[Mesa-dev] [PATCH 0/2] anv: add support for VK_EXT_inline_uniform_block

Lionel Landwerlin lionel.g.landwerlin at intel.com
Tue Sep 11 20:22:52 UTC 2018


Hi,

Not much to explain here, it's all in the commits :)

Cheers,

Lionel Landwerlin (2):
  anv: descriptors: split allocation function
  anv: add support for VK_EXT_inline_uniform_block

 src/intel/vulkan/anv_cmd_buffer.c             |   3 +
 src/intel/vulkan/anv_descriptor_set.c         | 298 +++++++++++++++---
 src/intel/vulkan/anv_device.c                 |  22 ++
 src/intel/vulkan/anv_extensions.py            |   1 +
 .../vulkan/anv_nir_apply_pipeline_layout.c    |  52 +++
 src/intel/vulkan/anv_private.h                |  38 ++-
 src/intel/vulkan/genX_cmd_buffer.c            |  32 +-
 7 files changed, 405 insertions(+), 41 deletions(-)

--
2.19.0.rc1


More information about the mesa-dev mailing list