[Mesa-dev] [PATCH 0/3] radv: Support image operations without format.

Bas Nieuwenhuizen bas at basnieuwenhuizen.nl
Wed Feb 15 00:36:36 UTC 2017


No regressions on CTS 1.0.2 mustpass, though I don't think there are
tests for these extensions. I checked there were no references to the
format in the nir->LLVM conversion though.

Bas Nieuwenhuizen (3):
  radv: Add support for shaderStorageImageWriteWithoutFormat.
  spirv: Add support for SpvCapabilityStorageImageReadWithoutFormat.
  radv: Add support for shaderStorageImageReadWithoutFormat.

 src/amd/vulkan/radv_device.c      | 4 ++--
 src/amd/vulkan/radv_pipeline.c    | 4 +++-
 src/compiler/spirv/nir_spirv.h    | 1 +
 src/compiler/spirv/spirv_to_nir.c | 5 ++++-
 4 files changed, 10 insertions(+), 4 deletions(-)

-- 
2.11.1



More information about the mesa-dev mailing list