Re: [OpenJDK 2D-Dev] RFR: 8256321: Some "inactive" color profiles use the wrong profile class

2020-11-29 Thread Sergey Bylokhov
On Mon, 23 Nov 2020 10:46:03 GMT, Prasanta Sadhukhan wrote: >>> It will be good to know where, in spec or any link, it is mentioned to use >>> CLASS_ABSTRACT/CLASS_COLORSPACECONVERSION instead of CLASS_DISPLAY? >> >> It is not specified, it is reflected the data used by our current icc >> pro

Re: [OpenJDK 2D-Dev] RFR: 8210253: Clipped UI rendering with X11 pipeline and HiDPI

2020-11-29 Thread Sergey Bylokhov
On Wed, 18 Nov 2020 09:11:11 GMT, Sergey Bylokhov wrote: > The fix for https://bugs.openjdk.java.net/browse/JDK-8137571 where HiDPI > support on Linux was implemented missed the change in the X11 pipeline, only > XRender pipeline was updated. The same logic should be implemented in > X11Surfac

Re: [OpenJDK 2D-Dev] RFR: 8198390: Test MultiResolutionDrawImageWithTransformTest.java fails when -esa is passed

2020-11-29 Thread Sergey Bylokhov
On Fri, 20 Nov 2020 00:10:48 GMT, Sergey Bylokhov wrote: > The method in which the assertion fails called from the different places, > sometimes bounds are passed(dx/dy) and the transform only once here: > https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/classes/sun/java2d/SunGr