Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8309700 Low graphic rendering performance in metal pipeline
  3. JDK-8310878

Cache MTLRenderPipelineState for Solid_Color fragment function

XMLWordPrintable

    • generic
    • os_x

      Solid_Color fragment function is used for clearing rectangle areas in rtt.
      clearRect occurs several times during rendering.

      The MTLRenderPipelineState created for Solid_Color fragment function is currently not cached, and gets recreated for each clearRect call.
      It should be cached to reduce the overhead of recreating it several times.

            arapte Ambarish Rapte
            arapte Ambarish Rapte
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: