-
Enhancement
-
Resolution: Duplicate
-
P3
-
6
-
None
-
x86
-
windows_nt
Currently, all Swing text rendering on Windows is performed through software rasterization. We should enable use of Direct3D textures to cache glyphs, which would improve performance in two major ways:
- every text rendering operation would become a simple textured-quad operation (and thus get hw acceleration)
- more interestingly, every AntiAliased text operation would go through the same mechanism, making it significantly faster than the current painful read-modify-write operation that translucent AA rendering currently uses.
- every text rendering operation would become a simple textured-quad operation (and thus get hw acceleration)
- more interestingly, every AntiAliased text operation would go through the same mechanism, making it significantly faster than the current painful read-modify-write operation that translucent AA rendering currently uses.
- duplicates
-
JDK-5104393 Provide d3d pipeline to improve runtime performance of Swing/2D
-
- Resolved
-