JDK-8301676 : Correct the POC implementation which breaks text rendering
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: graphics
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-02-02
  • Updated: 2023-02-09
  • Resolved: 2023-02-09
Description
We currently set a texture "inputTex" on prism fragment shader function which is hard coded.
This change needs to be reverted for Decora POC to work correctly.
Only reverting the change does not fix the issue, so we need to discuss and identify a right way and place to set the "inputTex".
Comments
This is fixed and code is checked-in along with Decora POC implementation Changeset: 917a74be Author: Ambarish Rapte <arapte@openjdk.org> Date: 2023-02-09 07:55:29 +0530 URL: https://github.com/openjdk/jfx-sandbox/commit/917a74be9358eff20725e5423552ae343b0ece65
09-02-2023