Re: [Mesa-dev] [PATCH 04/24] mesa/glspirv: Add struct gl_spirv_module

2017-11-27 Thread Ian Romanick
On 11/15/2017 05:22 AM, Eduardo Lima Mitev wrote: > From: Nicolai Hähnle > > v2: Make the SPIR-V module struct part of a larger gl_shader_spirv_data > struct that will be introduced later, and don't reference it directly > in gl_shader. (Eduardo Lima) > --- > src/mesa/main/glspirv.c | 19

[Mesa-dev] [PATCH 04/24] mesa/glspirv: Add struct gl_spirv_module

2017-11-15 Thread Eduardo Lima Mitev
From: Nicolai Hähnle v2: Make the SPIR-V module struct part of a larger gl_shader_spirv_data struct that will be introduced later, and don't reference it directly in gl_shader. (Eduardo Lima) --- src/mesa/main/glspirv.c | 19 +++ src/mesa/main/glspirv.h | 16 +