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

2023-01-04 Thread Michael Strauß
On Sun, 25 Dec 2022 03:28:57 GMT, Nir Lisker wrote: > For reasons that I don't understand, the problem was the order of the > semantics declared in the `vs2ps` struct. Moving `float2 texD : texcoord0;` > down fixed the issue. I played a bit with the ordering out of curiosity and > got

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

2022-12-24 Thread Nir Lisker
On Sun, 25 Dec 2022 03:28:27 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 >>

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

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