JDK-8101620 : PRISM: Need shader code to render LCD subpixel text
Type:Sub-task
Component:javafx
Sub-Component:graphics
Affected Version:fx2.0
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2010-08-30
Updated:2015-06-16
Resolved:2011-06-10
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
RT-7466 needs to be supported by another task to port the LCD sub-pixel text shader code from Java SE into PRISM.
Comments
http://javaweb.sfbay.sun.com/~ja234898/webrevs/presidio/LCDTextF3/
Final Webrev
10-06-2011
The change that is needed to be made to the backbuffer is too risky to put in for beta. It is a global change that could have a negative performance impact.
Further testing is being done on the rest of the algorithm, so far so good.
I am able to test because we treat the backbuffer as a Texture (the change I need) when the stage is transparent.
-Joe