File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/java.desktop/macosx/native/libawt_lwawt/java2d/metal
test/jdk/java/awt/image/DrawImage Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ - (NSString *)getDescription __unused {
310310 clearPassDescriptor.stencilAttachment .texture = _stencilTextureRef;
311311 clearPassDescriptor.stencilAttachment .clearStencil = 0 ;
312312 clearPassDescriptor.stencilAttachment .loadAction = MTLLoadActionClear ;
313+ clearPassDescriptor.stencilAttachment .storeAction = MTLStoreActionStore ;
313314
314315 id <MTLCommandBuffer > commandBuf = [_mtlc createCommandBuffer ];
315316 id <MTLRenderCommandEncoder > clearEncoder = [commandBuf renderCommandEncoderWithDescriptor: clearPassDescriptor];
Original file line number Diff line number Diff line change 4545/**
4646 * @test
4747 * @key headful
48- * @bug 8059942
48+ * @bug 8059942 8264317
4949 * @summary Tests rotated clip when unmanaged image is drawn to VI.
5050 * Results of the blit to compatibleImage are used for comparison.
5151 * @run main/othervm -Dsun.java2d.uiScale=1 IncorrectUnmanagedImageRotatedClip
You can’t perform that action at this time.
0 commit comments