Re: [Mesa-dev] [PATCH] glsl: Let cache_test build when the shader cache is not enabled

2016-10-07 Thread Timothy Arceri
On Thu, 2016-10-06 at 21:14 -0500, Aaron Watry wrote: > Thanks for this. > > This at least lets me build a 32-bit mesa on 64-bit host again by > disabling the cache. > > Tested-by: Aaron Watry > > Tim: Just FYI, I get test failures for 32-bit builds on my x86-64 > host. With this patch, it no l

Re: [Mesa-dev] [PATCH] glsl: Let cache_test build when the shader cache is not enabled

2016-10-06 Thread Aaron Watry
Thanks for this. This at least lets me build a 32-bit mesa on 64-bit host again by disabling the cache. Tested-by: Aaron Watry Tim: Just FYI, I get test failures for 32-bit builds on my x86-64 host. With this patch, it no longer segfaults at least, just fails tests. If you need more info, I can

Re: [Mesa-dev] [PATCH] glsl: Let cache_test build when the shader cache is not enabled

2016-10-05 Thread Timothy Arceri
Thanks for fixing this, I wasn't aware it was broken. Reviewed-by: Timothy Arceri On Wed, 2016-10-05 at 13:22 -0700, Ian Romanick wrote: > From: Ian Romanick > > Signed-off-by: Ian Romanick > Cc: Timothy Arceri > --- >  src/compiler/glsl/tests/cache_test.c | 4 >  1 file changed, 4 inser

[Mesa-dev] [PATCH] glsl: Let cache_test build when the shader cache is not enabled

2016-10-05 Thread Ian Romanick
From: Ian Romanick Signed-off-by: Ian Romanick Cc: Timothy Arceri --- src/compiler/glsl/tests/cache_test.c | 4 1 file changed, 4 insertions(+) diff --git a/src/compiler/glsl/tests/cache_test.c b/src/compiler/glsl/tests/cache_test.c index 1b0403c..724dfcd 100644 --- a/src/compiler/glsl/