Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2023-01-11 Thread Nir Lisker
On Sun, 25 Dec 2022 04:04:40 GMT, Nir Lisker wrote: >> Refactoring and renaming changes to some of the D3D pipeline files and a few >> changes on the Java side. These are various "leftovers" from previous issues >> that we didn't want to touch at the time in order to confine the scope of >> th

Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2023-01-11 Thread Kevin Rushforth
On Tue, 10 Jan 2023 22:43:30 GMT, Nir Lisker wrote: > > Btw, I can confirm that yes, this fixed it for me. Specifically, commit > > [55fe2dc](https://github.com/openjdk/jfx/commit/55fe2dc7371f6dcb12c414c5d672728e47e9c504) > > has resolved my issue. > > If you have time, it would be interesting

Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2023-01-10 Thread Nir Lisker
On Sun, 25 Dec 2022 04:04:40 GMT, Nir Lisker wrote: >> Refactoring and renaming changes to some of the D3D pipeline files and a few >> changes on the Java side. These are various "leftovers" from previous issues >> that we didn't want to touch at the time in order to confine the scope of >> th

Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2023-01-10 Thread Ambarish Rapte
On Sun, 25 Dec 2022 04:04:40 GMT, Nir Lisker wrote: >> Refactoring and renaming changes to some of the D3D pipeline files and a few >> changes on the Java side. These are various "leftovers" from previous issues >> that we didn't want to touch at the time in order to confine the scope of >> th

Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2023-01-09 Thread Kevin Rushforth
On Sun, 25 Dec 2022 04:04:40 GMT, Nir Lisker wrote: >> Refactoring and renaming changes to some of the D3D pipeline files and a few >> changes on the Java side. These are various "leftovers" from previous issues >> that we didn't want to touch at the time in order to confine the scope of >> th

Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2023-01-09 Thread Kevin Rushforth
On Sun, 25 Dec 2022 04:04:40 GMT, Nir Lisker wrote: >> Refactoring and renaming changes to some of the D3D pipeline files and a few >> changes on the Java side. These are various "leftovers" from previous issues >> that we didn't want to touch at the time in order to confine the scope of >> th

Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2023-01-09 Thread Kevin Rushforth
On Thu, 5 Jan 2023 00:41:48 GMT, Michael Strauß wrote: > Can you reproduce Kevin's observation at > [1f66f61](https://github.com/openjdk/jfx/pull/789/commits/1f66f613ae3ba2ffc553d29424dd5b553d85978a)? > If yes, which commit fixed it for you? For me it's the one that changed the > order of the

Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2023-01-09 Thread Kevin Rushforth
On Sun, 25 Dec 2022 04:04:40 GMT, Nir Lisker wrote: >> Refactoring and renaming changes to some of the D3D pipeline files and a few >> changes on the Java side. These are various "leftovers" from previous issues >> that we didn't want to touch at the time in order to confine the scope of >> th

Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2023-01-04 Thread Nir Lisker
On Sun, 25 Dec 2022 04:04:40 GMT, Nir Lisker wrote: >> Refactoring and renaming changes to some of the D3D pipeline files and a few >> changes on the Java side. These are various "leftovers" from previous issues >> that we didn't want to touch at the time in order to confine the scope of >> th

Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2023-01-04 Thread Michael Strauß
On Wed, 4 Jan 2023 23:30:32 GMT, Nir Lisker wrote: > Can you reproduce Kevin's observation at > [1f66f61](https://github.com/openjdk/jfx/pull/789/commits/1f66f613ae3ba2ffc553d29424dd5b553d85978a)? > If yes, which commit fixed it for you? For me it's the one that changed the > order of the fiel

Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2023-01-04 Thread Nir Lisker
On Sun, 25 Dec 2022 04:04:40 GMT, Nir Lisker wrote: >> Refactoring and renaming changes to some of the D3D pipeline files and a few >> changes on the Java side. These are various "leftovers" from previous issues >> that we didn't want to touch at the time in order to confine the scope of >> th

Re: RFR: 8217853: Cleanup in the D3D native pipeline [v11]

2022-12-24 Thread Nir Lisker
> Refactoring and renaming changes to some of the D3D pipeline files and a few > changes on the Java side. These are various "leftovers" from previous issues > that we didn't want to touch at the time in order to confine the scope of the > changes. They will make future work easier. > > Since t