Re: [Mesa-dev] [PATCH v3 00/43] anv: SPV_KHR_16bit_storage/VK_KHR_16bit_storage for gen8+

2017-11-02 Thread Chema Casanova
El 02/11/17 a las 01:43, Jason Ekstrand escribió: > I'm done reading for the day.  As you're working on incorporating > feedback, I'd  like you to re-arrange things a bit so that we do > everything required to enable VK_KHR_16bit_storage (including > advertising the Vulkan extension string) for

Re: [Mesa-dev] [PATCH v3 00/43] anv: SPV_KHR_16bit_storage/VK_KHR_16bit_storage for gen8+

2017-11-01 Thread Jason Ekstrand
I'm done reading for the day. As you're working on incorporating feedback, I'd like you to re-arrange things a bit so that we do everything required to enable VK_KHR_16bit_storage (including advertising the Vulkan extension string) for SSBOs and UBOs first and then enable it for push constants

Re: [Mesa-dev] [PATCH v3 00/43] anv: SPV_KHR_16bit_storage/VK_KHR_16bit_storage for gen8+

2017-10-30 Thread Jason Ekstrand
Patches 1-5, 8-11, and 13-18 are Reviewed-by: Jason Ekstrand On Mon, Oct 16, 2017 at 8:23 AM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Mon, Oct 16, 2017 at 08:03:41AM -0700, Jason Ekstrand wrote: > > FYI: I'm planning to review this some time this week.

Re: [Mesa-dev] [PATCH v3 00/43] anv: SPV_KHR_16bit_storage/VK_KHR_16bit_storage for gen8+

2017-10-16 Thread Pohjolainen, Topi
On Mon, Oct 16, 2017 at 08:03:41AM -0700, Jason Ekstrand wrote: > FYI: I'm planning to review this some time this week. Probably not today > though. Great, I was hoping you would. I'm just reading out of curiosity and asking random questions. Mostly trying to remind myself how compiler works :)

Re: [Mesa-dev] [PATCH v3 00/43] anv: SPV_KHR_16bit_storage/VK_KHR_16bit_storage for gen8+

2017-10-16 Thread Jason Ekstrand
FYI: I'm planning to review this some time this week. Probably not today though. On Thu, Oct 12, 2017 at 11:37 AM, Jose Maria Casanova Crespo < jmcasan...@igalia.com> wrote: > Hello, > > this is the V3 series for the implementation of the > SPV_KHR_16bit_storage and VK_KHR_16bit_storage

[Mesa-dev] [PATCH v3 00/43] anv: SPV_KHR_16bit_storage/VK_KHR_16bit_storage for gen8+

2017-10-12 Thread Jose Maria Casanova Crespo
Hello, this is the V3 series for the implementation of the SPV_KHR_16bit_storage and VK_KHR_16bit_storage extensions on the anv vulkan driver, in addition to the GLSL and NIR support needed. The original series can be found here [1], and the V2 is available here [2]. In short V3 includes the