Re: [Mesa-dev] [PATCH v2 00/13] swr: update rasterizer

2017-06-29 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Jun 27, 2017, at 1:09 PM, Tim Rowley wrote: > > Highlights include splitting the heavily templated files into multiple > chunks to speed compile (2x for a large machine), and switching the > simd intrinsic usage from a macro-based header to a more c++ feeling >

[Mesa-dev] [PATCH v2 00/13] swr: update rasterizer

2017-06-27 Thread Tim Rowley
Highlights include splitting the heavily templated files into multiple chunks to speed compile (2x for a large machine), and switching the simd intrinsic usage from a macro-based header to a more c++ feeling library. No regressions on piglit or vtk tests, passes "make dist"/compile. v2: * split