JDK-6749069 : LCD text loops should support non-opaque destination (and possibly other compositing modes)
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6u10
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic,windows_vista
  • CPU: generic,x86
  • Submitted: 2008-09-16
  • Updated: 2014-03-14
  • Resolved: 2014-03-14
Related Reports
Relates :  
Relates :  
Description
Text LCD loops (both hw and sw) should support rendering into a non-opaque 
destination with SrcOver compositing mode.

FX applications often render into non-opaque destinations, and current work
arounds (6749060, 6728834) force grayscale AA in this case. The issue is 
compounded on Windows because we switch from the native text rasterizer 
to t2k so the glyphs shapes change noticeably.

Ideally we'd teach them to support non-srcover compositing modes (SrcOverEa would
be nice) but that may be harder.

Comments
EVALUATION As per description.
16-09-2008