When we enqueBlit() operation in MTLBlitLoops.java, we use interpolation constants defined in AffineTransformOp.java
In current Lanai implementation, interpolation constants used in MetalPaints.m file are corresponding to values in SunHints.java.
Instead, these should be mapped to interpolation constants defined in AffineTransformOp.java.
In current Lanai implementation, interpolation constants used in MetalPaints.m file are corresponding to values in SunHints.java.
Instead, these should be mapped to interpolation constants defined in AffineTransformOp.java.
- relates to
-
JDK-8242562 Lanai : test/jdk/sun/java2d/pipe/InterpolationQualityTest.java fails
- Closed