Re: [Mesa-dev] [PATCH] swr/rast: non-regex fallback code for gcc < 4.9

2017-07-26 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Jul 26, 2017, at 4:38 PM, Tim Rowley wrote: > > gcc prior to 4.9 didn't implement , causing a startup crash > in the swr knob parameter reading code. > > CC: > --- > .../swr/rasterizer/codegen/templates/gen_knobs.cpp | 21 + > 1 file chang

[Mesa-dev] [PATCH] swr/rast: non-regex fallback code for gcc < 4.9

2017-07-26 Thread Tim Rowley
gcc prior to 4.9 didn't implement , causing a startup crash in the swr knob parameter reading code. CC: --- .../swr/rasterizer/codegen/templates/gen_knobs.cpp | 21 + 1 file changed, 21 insertions(+) diff --git a/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_knob