-
Bug
-
Resolution: Duplicate
-
P2
-
internal
-
x86_64
-
os_x
MTLBlitLoops_CopyArea() method uses an intermediate buffer to copy from src to dst.
This intermediate buffer gets created on every scroll event - which hampers performance if we have a very long list and we scroll up and down fast.
We need to find an optimum way to copy data from MTLTexture to the same texture with some offset.
This intermediate buffer gets created on every scroll event - which hampers performance if we have a very long list and we scroll up and down fast.
We need to find an optimum way to copy data from MTLTexture to the same texture with some offset.
- duplicates
-
JDK-8238709 Slow scrolling of file tree view in NetBeans with Metal pipeline
- Closed
- relates to
-
JDK-8247464 Memory Leak in MTLBlitLoops_CopyArea() method
- Resolved
-
JDK-8248301 Lanai - Change MTLStorageMode of MTLSurfaceData texture (render backbuffer) to private
- Resolved
-
JDK-8243009 SwingSet2 scrolling doesn't repaint properly from macOS Mojave
- Resolved
-
JDK-8245125 Adjusting splitters in NetBeans UI is extremely slow
- Closed