Re: [Mesa-dev] [PATCH] st/nine: Ignore null sized windows

2019-01-05 Thread Axel Davy
I drop this patch (for now). It doesn't fully fix the issue, which is due to our wine implementation using the wrong window for ID3DPresent_GetWindowInfo. The issue is fixed either with a wine patch or with a nine workaround. The nine workaround consists in forcing the backend to use the corre

[Mesa-dev] [PATCH] st/nine: Ignore null sized windows

2019-01-03 Thread Axel Davy
If for some reason the window size detected is null, just render at normal size. Fixes the regression caused by: commit 2318ca68bbeb4fa6e21a4d8c650cec3f64246596 "st/nine: Handle window resize when a presentation buffer is used" Fixes: https://github.com/iXit/Mesa-3D/issues/331 Fixes: https://gith