Re: [Mesa-dev] [PATCH 00/13] mesa: Locking improvements and optimizations

2015-08-07 Thread Brian Paul
On 08/06/2015 06:10 PM, Matt Turner wrote: Patches 1-11 improve performance of SynMark OglBatch7 by 6.29586% +/- 0.277734% (n=337) and OglMultithread by 1.12564% +/- 0.424038% (n=209). I haven't benchmarked individual patches because I'd like to not waste all that time if I get review feedback th

Re: [Mesa-dev] [PATCH 00/13] mesa: Locking improvements and optimizations

2015-08-07 Thread Timothy Arceri
On Thu, 2015-08-06 at 17:10 -0700, Matt Turner wrote: > Patches 1-11 improve performance of SynMark OglBatch7 by 6.29586% +/- > 0.277734% > (n=337) and OglMultithread by 1.12564% +/- 0.424038% (n=209). I haven't > benchmarked individual patches because I'd like to not waste all that time > if I >

[Mesa-dev] [PATCH 00/13] mesa: Locking improvements and optimizations

2015-08-06 Thread Matt Turner
Patches 1-11 improve performance of SynMark OglBatch7 by 6.29586% +/- 0.277734% (n=337) and OglMultithread by 1.12564% +/- 0.424038% (n=209). I haven't benchmarked individual patches because I'd like to not waste all that time if I get review feedback that requires me to change things. :) Patches