Re: [Mesa-dev] [PATCH 0/6] update swr rasterizer

2017-01-05 Thread Cherniak, Bruce
With minor nits that patch 5 applies to Transpose16_16 (not Transform_16_16); and patch 6 changes the function declaration 2nd-line whitespace of OutputMerger4x2 and OutputMerger8x2 (we can fix this in a follow-on checking to core) Reviewed-by: Bruce Cherniak > On Jan 5, 2017, at 5:19 PM, Ti

[Mesa-dev] [PATCH 0/6] update swr rasterizer

2017-01-05 Thread Tim Rowley
Mostly avx512/simd16 fixes. Tim Rowley (6): swr: [rasterizer core] whitespace adjustments swr: [rasterizer core] fix SIMD16 transpose functions swr: [rasterizer core] fix SIMD16 PackTraits pack() and unpack() swr: [rasterizer core] fix SIMD16 output merger swr: [rasterizer core] fix SIMD

Re: [Mesa-dev] [PATCH 0/6] update swr rasterizer

2016-05-24 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak minus the knob.h change to disable cut-aware primitive assembler. New change for that coming today. > On May 20, 2016, at 2:08 PM, Rowley, Timothy O > wrote: > > Bruce, is cut-aware needed for primitive restart? > >> On May 20, 2016, at 11:58 AM, Rowley, Timothy

Re: [Mesa-dev] [PATCH 0/6] update swr rasterizer

2016-05-20 Thread Cherniak, Bruce
Unfortunately, you're right. I'll need to come up with a more complete fix. Don't submit that knob change. On 5/20/16, 2:08 PM, "mesa-dev on behalf of Rowley, Timothy O" wrote: >Bruce, is cut-aware needed for primitive restart? > >> On May 20, 2016, at 11:58 AM, Rowley, Timothy O >> wro

Re: [Mesa-dev] [PATCH 0/6] update swr rasterizer

2016-05-20 Thread Rowley, Timothy O
Bruce, is cut-aware needed for primitive restart? > On May 20, 2016, at 11:58 AM, Rowley, Timothy O > wrote: > > Highlights this round are a frontend performance boost and > removal of dead code. > > Unfortunately the instanceID/vertexID patch combines some style > changes along with the code

[Mesa-dev] [PATCH 0/6] update swr rasterizer

2016-05-20 Thread Tim Rowley
Highlights this round are a frontend performance boost and removal of dead code. Unfortunately the instanceID/vertexID patch combines some style changes along with the code updates. I've tried separating it but haven't come up with something clean. Tim Rowley (6): swr: [rasterizer jitter] impl

Re: [Mesa-dev] [PATCH 0/6] update swr rasterizer

2016-04-27 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Apr 25, 2016, at 5:12 PM, Tim Rowley wrote: > > Couple of large backend refactorizations, some miscellaneous changes, > and warning cleanup. > > Tim Rowley (6): > swr: [rasterizer core] backend refactor > swr: [rasterizer jitter] add mSimdInt1Ty > swr: [rast

[Mesa-dev] [PATCH 0/6] update swr rasterizer

2016-04-25 Thread Tim Rowley
Couple of large backend refactorizations, some miscellaneous changes, and warning cleanup. Tim Rowley (6): swr: [rasterizer core] backend refactor swr: [rasterizer jitter] add mSimdInt1Ty swr: [rasterizer core] more backend refactoring swr: [rasterizer jitter] support for dumping x86 asm