JDK-8314625 : Skip reuse check for glyph texture
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: internal
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2023-08-21
  • Updated: 2024-07-06
  • Resolved: 2023-08-21
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.

To download the current JDK release, click here.
Other
internalFixed
Related Reports
Cloners :  
Relates :  
Description
With single command buffer change we check if a texture is being reused. If being reused we commit the command buffer.
This can be avoided for glyph texture as it is a read-only texture.
Comments
Changeset: 863a8d1d Author: Ambarish Rapte <arapte@openjdk.org> Date: 2023-08-21 10:27:03 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/863a8d1d0cebc250a3ba0510cb311c223ad1e557
21-08-2023

FPS gain in text render perf tests: ColorText: 4.97 to 11.249 WhiteText: 7.284 to 12.133
21-08-2023