[Mesa-dev] [PATCH 0/4 v2] Fixes for 64-bit support on radv and anv

Connor Abbott connora at valvesoftware.com
Sat Jul 1 02:56:05 UTC 2017


From: Connor Abbott <cwabbott0 at gmail.com>

This is mostly a re-send of the previous series, except for patch 1
which addresses some comments from Jason, and patch 3 which fixes
another issue I noticed while working on something else. Hopefully there
will be 64-bit tests in the Vulkan CTS soon so we'll notice these sort
of things.

Connor Abbott (3):
  spirv: fix OpBitcast when the src and dst bitsize are different (v2)
  ac/nir: implement 64-bit packing and unpacking
  ac/nir: fix 64-bit shifts

Dave Airlie (1):
  radv: enable Int64 capability (v2)

 src/amd/common/ac_nir_to_llvm.c | 46 +++++++++++++++++++++++++++--
 src/amd/vulkan/radv_device.c    |  2 +-
 src/amd/vulkan/radv_pipeline.c  |  2 ++
 src/compiler/spirv/vtn_alu.c    | 65 ++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 110 insertions(+), 5 deletions(-)

-- 
2.9.4



More information about the mesa-dev mailing list