Re: [Mesa-dev] [PATCH] spirv: Allow ignoring decorations for workgroup variables

2017-12-11 Thread Jordan Justen
Reviewed-by: Jordan Justen On 2017-12-11 15:34:08, Jason Ekstrand wrote: > Since we switched over to lowering SLM access directly in SPIR-V -> NIR, > we no longer have vtn_variables for SLM. It's all safe as with UBOs and > SSBOs but we need to let it through in the assert. > > Bugzilla: https:

[Mesa-dev] [PATCH] spirv: Allow ignoring decorations for workgroup variables

2017-12-11 Thread Jason Ekstrand
Since we switched over to lowering SLM access directly in SPIR-V -> NIR, we no longer have vtn_variables for SLM. It's all safe as with UBOs and SSBOs but we need to let it through in the assert. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104213 Fixes: 8761a04d0d9332d9c0c99164faf855fc