JDK-8314503 : Maintain separate SolidColorPipe state for MSAA
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2023-08-17
  • Updated: 2023-08-17
  • Resolved: 2023-08-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
Blocks :  
Description
We re-use SolidColorPipe in MetalPipelineManager which is getting called from clearRTT().

But when we jump from non-MSAA RTT to MSAA RTT sample count of RTT will be 4 but older SolidColorPipe will have sample count as 1.

Maintain separate SolidColorPipe for MSAA and re-use it
Comments
Changeset: 0cfedbed Author: Jayathirth Rao D V <jayathirth.d.v@oracle.com> Committer: Ambarish Rapte <arapte@openjdk.org> Date: 2023-08-17 15:55:05 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/0cfedbeda0a3161b330ce8fccf979cdcb9984766
17-08-2023