Re: [Mesa-dev] [PATCH v4] i965: initialize SPIR-V capabilities

2018-03-30 Thread Alejandro Piñeiro
On 29/03/18 16:59, Jason Ekstrand wrote: > On March 29, 2018 02:45:36 Alejandro Piñeiro > wrote: > > Needed for ARB_gl_spirv. Those are not the same that the Intel vulkan > driver. From the ARB_spirv_extensions spec: > > "3. If a new GL extension is added that includes

Re: [Mesa-dev] [PATCH v4] i965: initialize SPIR-V capabilities

2018-03-29 Thread Jason Ekstrand
On March 29, 2018 02:45:36 Alejandro Piñeiro wrote: Needed for ARB_gl_spirv. Those are not the same that the Intel vulkan driver. 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

[Mesa-dev] [PATCH v4] i965: initialize SPIR-V capabilities

2018-03-29 Thread Alejandro Piñeiro
Needed for ARB_gl_spirv. Those are not the same that the Intel vulkan driver. 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 also get enumerated by the SPIR_V_EXTENSIONS_ARB query?.