JDK-8314852 : Skip reuse check for region 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-23
  • Updated: 2024-07-06
  • Resolved: 2023-08-23
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 :  
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 region texture as only sub regions of this texture are used for rendering different primitives/shapes.

Comments
Changeset: c82002b9 Author: Ambarish Rapte <arapte@openjdk.org> Date: 2023-08-23 11:08:00 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/c82002b9ddd410bb98f78d018c48f311fec959b5
23-08-2023

This improved FPS of 4 tests: WhiteText: 5.067 to 13.080 ColorText: 51, 5.008 to 12.874 ImageRH: 14.671 to 18.373 Image: 14.511 to 18.623
23-08-2023