Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: internal
-
Fix Version/s: internal
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
CPU:x86_64
-
OS:os_x
Description
This method allocates and uses a temporary buffer of size (width * height * 4) - whereas the stencil buffer is of type MTLPixelFormatR8Uint - indicating it is a byte buffer.
It is like we are allocating the temporary buffer which is 4 times larger and filling it with 0's - but using only 1/4th of it to copy.
It is like we are allocating the temporary buffer which is 4 times larger and filling it with 0's - but using only 1/4th of it to copy.
Attachments
Issue Links
- relates to
-
JDK-8250658 Performance of ClipFlatOval Renderperf test is very low
-
- Resolved
-