Our metal implementation pushes encoders for a given frame in every flush.
We dont rely on change in primitive type to close the encoders.
So we dont need check_previous_op implementation and the present check_previous_op implementation is used only by text rendering logic.
Handle state management locally and remove references to global check_previous_op
We dont rely on change in primitive type to close the encoders.
So we dont need check_previous_op implementation and the present check_previous_op implementation is used only by text rendering logic.
Handle state management locally and remove references to global check_previous_op
- blocks
-
JDK-8225174 Grayscale text rendering implementation without glyph cache for Metal pipeline
- Resolved