On Wed, 25 Aug 2021 18:10:54 GMT, Alexey Ushakov wrote:
>> Provide correct pipeline state for MTLPaint after reset
>
> Alexey Ushakov has updated the pull request incrementally with one additional
> commit since the last revision:
>
> 8262751: RenderPipelineState assertion error in J2DDemo
>
> Provide correct pipeline state for MTLPaint after reset
Alexey Ushakov has updated the pull request incrementally with one additional
commit since the last revision:
8262751: RenderPipelineState assertion error in J2DDemo
Minor correction in the comments
-
Changes:
- all
On Wed, 25 Aug 2021 06:17:53 GMT, Jayathirth D V wrote:
>> src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLPaints.m line
>> 971:
>>
>>> 969: [encoder setRenderPipelineState:pipelineState];
>>> 970: } else {
>>> 971: // Fallback to valid pipeline state
>>
>> We sho
On Wed, 25 Aug 2021 05:41:03 GMT, Jayathirth D V wrote:
>> Provide correct pipeline state for MTLPaint after reset
>
> src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLPaints.m line 971:
>
>> 969: [encoder setRenderPipelineState:pipelineState];
>> 970: } else {
>> 971:
On Mon, 23 Aug 2021 19:30:35 GMT, Alexey Ushakov wrote:
> Provide correct pipeline state for MTLPaint after reset
I have given all test run on metal pipeline. I will add my observation once it
is done.
-
PR: https://git.openjdk.java.net/jdk/pull/5227
On Mon, 23 Aug 2021 19:30:35 GMT, Alexey Ushakov wrote:
> Provide correct pipeline state for MTLPaint after reset
src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLPaints.m line 971:
> 969: [encoder setRenderPipelineState:pipelineState];
> 970: } else {
> 971: // Fal
Provide correct pipeline state for MTLPaint after reset
-
Commit messages:
- 8262751: RenderPipelineState assertion error in J2DDemo
Changes: https://git.openjdk.java.net/jdk/pull/5227/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5227&range=00
Issue: https://bugs.o