From: Connor Abbott <cwabbo...@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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev