JDK-8314217 : Texture get reused with single command buffer
  • 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-14
  • Updated: 2024-07-06
  • Resolved: 2024-04-04
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
Description
When creating a single command buffer we observed several visual artifacts.
One reason of artifacts is that textures are getting reused.
With JDK-8311774, we avoided accumulating commands into a command buffer if a texture is getting reused.
We need to evaluate and fix this scenario.
Comments
Changeset: 7c06c523 Author: Ambarish Rapte <arapte@openjdk.org> Date: 2024-04-04 20:51:46 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/7c06c523c593768b32ba19fcd097556f32697518
04-04-2024