Re: [Mesa-dev] [PATCH 0/8] anv: Add int64 support for gen8+

2017-02-24 Thread Jason Ekstrand
. 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

[Mesa-dev] [PATCH 0/8] anv: Add int64 support for gen8+

2017-02-23 Thread Jason Ekstrand
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