JDK-8302165 : Enable support for screen scale factor
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: graphics
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2023-02-09
  • Updated: 2024-07-06
  • Resolved: 2023-02-18
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
Currently the projView matrix is not scaled according to scale of screen.
If projView matrix is scaled then accordingly we need to scale the textures created for rendering Effect.
This must be done in parallel to projView matrix scaling. Doing any of these independently would cause undesired rendering.
Comments
Changeset: 0652dd18 Author: Ambarish Rapte <arapte@openjdk.org> Date: 2023-02-18 23:58:21 +0530 URL: https://github.com/openjdk/jfx-sandbox/commit/0652dd184c4cc699cbc13a079e2444e92fafefea
18-02-2023