JDK-8336477 : Remove PixelBuffer created per rtt
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2024-07-16
  • Updated: 2024-07-22
  • Resolved: 2024-07-17
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
Duplicate :  
Description
Currently the MetalTexture interface has a MTLBuffer for every RenderTarget to store the pixel data.
The MTLbuffers can be reduced to a single MTLBuffer that would be reused across RenderTargets.
This would reduce the memory consumption but does not show any good gain in FPS
Comments
Changeset: 1801cde5 Branch: metal Author: Ambarish Rapte <arapte@openjdk.org> Date: 2024-07-16 17:35:51 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/1801cde5330bf3ccab5e1e7e46e23c6ddaf85b30
17-07-2024