Re: [Mesa-dev] [PATCH 2/2] nir: add pass to lower atomic counters to SSBO

2017-05-05 Thread Jose Fonseca
On 05/05/17 12:07, Rob Clark wrote: On Fri, May 5, 2017 at 4:22 AM, Andres Gomez wrote: Rob, I believe this is causing a linking failure in the Windows scons build: https://ci.appveyor.com/project/AndresGomez/mesa/build/321 Creating library

Re: [Mesa-dev] [PATCH 2/2] nir: add pass to lower atomic counters to SSBO

2017-05-05 Thread Rob Clark
On Fri, May 5, 2017 at 4:22 AM, Andres Gomez wrote: > Rob, I believe this is causing a linking failure in the Windows scons > build: > https://ci.appveyor.com/project/AndresGomez/mesa/build/321 > >Creating library build\windows-x86-debug\gallium\targets\osmesa\osmesa.lib >

Re: [Mesa-dev] [PATCH 2/2] nir: add pass to lower atomic counters to SSBO

2017-05-05 Thread Andres Gomez
Rob, I believe this is causing a linking failure in the Windows scons build: https://ci.appveyor.com/project/AndresGomez/mesa/build/321    Creating library build\windows-x86-debug\gallium\targets\osmesa\osmesa.lib and object build\windows-x86-debug\gallium\targets\osmesa\osmesa.exp

Re: [Mesa-dev] [PATCH 2/2] nir: add pass to lower atomic counters to SSBO

2017-04-28 Thread Jason Ekstrand
Acked-by: Jason Ekstrand On Mon, Apr 24, 2017 at 8:28 AM, Rob Clark wrote: > This is equivalent to what mesa/st does in glsl_to_tgsi. For most hw > there isn't a particularly good reason to treat these differently. > > Signed-off-by: Rob Clark

[Mesa-dev] [PATCH 2/2] nir: add pass to lower atomic counters to SSBO

2017-04-24 Thread Rob Clark
This is equivalent to what mesa/st does in glsl_to_tgsi. For most hw there isn't a particularly good reason to treat these differently. Signed-off-by: Rob Clark --- v2: do the interface_type thing properly src/compiler/Makefile.sources| 1 +