Re: [Mesa-dev] [PATCH v3] mesa/spirv: move and rename nir_spirv_supported_capabilities

2017-12-07 Thread Pierre Moreau
Thank you for the changes! Reviewed-by: Pierre Moreau On 2017-12-07 — 17:12, Alejandro Piñeiro wrote: > To avoid any vulkan driver to include the GL mtypes.h. Renamed as > eventually this could be used by drivers not using nir. > > v2: remove compiler/spirv/spirv.h from mtypes (Alejandro) > v3:

Re: [Mesa-dev] [PATCH v3] mesa/spirv: move and rename nir_spirv_supported_capabilities

2017-12-07 Thread Jason Ekstrand
Thanks! Reviewed-by: Jason Ekstrand On Thu, Dec 7, 2017 at 8:12 AM, Alejandro Piñeiro wrote: > To avoid any vulkan driver to include the GL mtypes.h. Renamed as > eventually this could be used by drivers not using nir. > > v2: remove compiler/spirv/spirv.h from mtypes (Alejandro) > v3: added t

[Mesa-dev] [PATCH v3] mesa/spirv: move and rename nir_spirv_supported_capabilities

2017-12-07 Thread Alejandro Piñeiro
To avoid any vulkan driver to include the GL mtypes.h. Renamed as eventually this could be used by drivers not using nir. v2: remove compiler/spirv/spirv.h from mtypes (Alejandro) v3: added the definition at compiler/shader_info.h (Jason Ekstrand) --- Sorry for not realizing that spirv.h was a ge