Re: RFR: 8295430: Use cmsDoTransformLineStride instead of cmsDoTransform in the loop [v2]

2022-11-04 Thread Sergey Bylokhov
> This is the request to improve the change made by the > [8005530: [lcms] Improve performance of ColorConverOp for default > destinations](http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fd8810d50c99) > > Right now the LCMSTransform mantain the special "imageAtOnce" flags and call >

Re: RFR: 8295430: Use cmsDoTransformLineStride instead of cmsDoTransform in the loop

2022-11-04 Thread Phil Race
On Wed, 19 Oct 2022 02:59:37 GMT, Sergey Bylokhov wrote: > This is the request to improve the change made by the > [8005530: [lcms] Improve performance of ColorConverOp for default > destinations](http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fd8810d50c99) > > Right now the LCMSTransform

Re: RFR: 8295430: Use cmsDoTransformLineStride instead of cmsDoTransform in the loop

2022-11-03 Thread Phil Race
On Wed, 19 Oct 2022 02:59:37 GMT, Sergey Bylokhov wrote: > This is the request to improve the change made by the > [8005530: [lcms] Improve performance of ColorConverOp for default > destinations](http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fd8810d50c99) > > Right now the LCMSTransform

RFR: 8295430: Use cmsDoTransformLineStride instead of cmsDoTransform in the loop

2022-10-21 Thread Sergey Bylokhov
This is the request to improve the change made by the [8005530: [lcms] Improve performance of ColorConverOp for default destinations](http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fd8810d50c99) Right now the LCMSTransform mantain the special "imageAtOnce" flags and call cmsDoTransform function

Re: RFR: 8295430: Use cmsDoTransformLineStride instead of cmsDoTransform in the loop

2022-10-21 Thread Sergey Bylokhov
On Wed, 19 Oct 2022 02:59:37 GMT, Sergey Bylokhov wrote: > This is the request to improve the change made by the > [8005530: [lcms] Improve performance of ColorConverOp for default > destinations](http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fd8810d50c99) > > Right now the LCMSTransform