. Februar 2017 02:15
> An: mesa-dev@lists.freedesktop.org
> Cc: Jason Ekstrand
> Betreff: [Mesa-dev] [PATCH 0/8] anv: Add int64 support for gen8+
>
> This little series adds int64 support to Vulkan on Broadwell and newer
> hardware. In theory, we could also support it on gen7 but t
This little series adds int64 support to Vulkan on Broadwell and newer
hardware. In theory, we could also support it on gen7 but that requires
more lowering code to be written.
Most of this series is the nir_builder control-flow stuff that I sent out
earlier with a small addition to make it easy