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

2017-06-16 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Jun 15, 2017, at 1:37 PM, Tim Rowley wrote: > > Highlights include: jit cache (disabled currently), work in progress > to shrink the vertex structure used in the frontend, and refactoring > to speed recompiles if simdintrin.h is changed. > > Tim Rowley (16): >

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

2017-06-15 Thread Tim Rowley
Highlights include: jit cache (disabled currently), work in progress to shrink the vertex structure used in the frontend, and refactoring to speed recompiles if simdintrin.h is changed. Tim Rowley (16): swr/rast: Implement JIT shader caching to disk swr/rast: Fix invalid 16-bit format traits f