Re: [Mesa-dev] [PATCH 00/24] Initial gl_spirv and spirv_extensions support in Mesa and i965

2017-11-28 Thread Eduardo Lima Mitev
Hi, This is a heads-up that I'm preparing a v2 of this series incorporating all the feedback received so far. I plan to submit it imminently (tomorrow?) and several patches have diverged quite a bit; so please hold on for a few hours on any review you might have planned. Thanks! Eduardo On 11/

[Mesa-dev] [PATCH 00/24] Initial gl_spirv and spirv_extensions support in Mesa and i965

2017-11-15 Thread Eduardo Lima Mitev
Hello, This series is the first chunk of our on-going work to support GL_ARB_gl_spirv [1] and GL_ARB_spirv_extensions [2] in Mesa and i965. It adds API entry-points, API error checking, most of driver-agnostic setup and housekeeping, and a few basic i965 bits. It is based off initial work that