Re: RFR: 8322619: Parts of SG no longer update during rendering - overlapping - culling - dirty [v3]

2024-05-03 Thread eduardsdv
On Wed, 13 Mar 2024 09:13:20 GMT, Florian Kirmaier wrote: >> Florian Kirmaier has updated the pull request incrementally with one >> additional commit since the last revision: >> >> reverted accidental change in the .idea folder > > *push* > It's still a important bug. > If someone can

Re: RFR: 8322619: Parts of SG no longer update during rendering - overlapping - culling - dirty [v3]

2024-04-26 Thread eduardsdv
On Tue, 23 Jan 2024 11:51:52 GMT, Florian Kirmaier wrote: >> In some situations, a part of the SG is no longer rendered. >> I created a test program that showcases this problem. >> >> Explanation: >> >> This can happen, when a part of the SG, is covered by another Node. >> In this part, one

Re: RFR: 8322619 Parts of SG no longer update during rendering - overlapping - culling - dirty [v3]

2024-03-13 Thread Lukasz Kostyra
On Wed, 13 Mar 2024 09:13:20 GMT, Florian Kirmaier wrote: > Maybe we could make snapshot based tests? That should work on all platforms, > right? We have a whole suite of tests which use similar methods to perform checks, called robot tests. Since you want to check if a node was properly

Re: RFR: 8322619 Parts of SG no longer update during rendering - overlapping - culling - dirty [v3]

2024-03-13 Thread Florian Kirmaier
On Tue, 23 Jan 2024 11:51:52 GMT, Florian Kirmaier wrote: >> In some situations, a part of the SG is no longer rendered. >> I created a test program that showcases this problem. >> >> Explanation: >> >> This can happen, when a part of the SG, is covered by another Node. >> In this part, one

Re: RFR: 8322619 Parts of SG no longer update during rendering - overlapping - culling - dirty [v3]

2024-01-23 Thread Florian Kirmaier
> In some situations, a part of the SG is no longer rendered. > I created a test program that showcases this problem. > > Explanation: > > This can happen, when a part of the SG, is covered by another Node. > In this part, one node is totally covered, and the other node is visible. > > When the