Re: [Mesa-dev] [PATCH 09/24] i965: initialize SPIR-V capabilities

2017-11-28 Thread Alejandro Piñeiro
On 27/11/17 23:02, Ian Romanick wrote: > On 11/15/2017 05:22 AM, Eduardo Lima Mitev wrote: >> From: Alejandro Piñeiro >> >> Needed for ARB_gl_spirv. Right now those are the same that the intel >> vulkan driver, but those are not shared. From the ARB_spirv_extensions >> spec: >> >>"3. If a new

Re: [Mesa-dev] [PATCH 09/24] i965: initialize SPIR-V capabilities

2017-11-27 Thread Ian Romanick
On 11/15/2017 05:22 AM, Eduardo Lima Mitev wrote: > From: Alejandro Piñeiro > > Needed for ARB_gl_spirv. Right now those are the same that the intel > vulkan driver, but those are not shared. From the ARB_spirv_extensions > spec: > >"3. If a new GL extension is added that includes SPIR-V sup

[Mesa-dev] [PATCH 09/24] i965: initialize SPIR-V capabilities

2017-11-15 Thread Eduardo Lima Mitev
From: Alejandro Piñeiro Needed for ARB_gl_spirv. Right now those are the same that the intel vulkan driver, but those are not shared. From the ARB_spirv_extensions spec: "3. If a new GL extension is added that includes SPIR-V support via a new SPIR-V extension does it's SPIR-V extension al