Re: wined3d: Use backup swapchain DC for devices created with desktop window. (try 2)

2012-11-14 Thread Jeff Cook
Hello Is there a status update on this patch? I am curious to know if it will be merged, and if not, what correction is needed to make it mergeable. Thanks Jeff On Mon, Sep 3, 2012 at 1:51 PM, Adam Jakubek wrote: > On Mon, Sep 3, 2012 at 6:29 PM, Stefan Dösinger > wrote: >> >> I skimmed bug #1

Re: wined3d: Use backup swapchain DC for devices created with desktop window. (try 2)

2012-09-03 Thread Adam Jakubek
On Mon, Sep 3, 2012 at 6:29 PM, Stefan Dösinger wrote: > I skimmed bug #18490, and I'm wondering about two things: Does the app > create > a D3DDEVTYPE_REF or D3DDEVTYPE_NULLREF device? Once the device is created, > what does it to with it? A +d3d log would provide some answers. > Ok, this needs

Re: wined3d: Use backup swapchain DC for devices created with desktop window. (try 2)

2012-09-03 Thread Stefan Dösinger
Am Montag, 3. September 2012, 04:06:01 schrieb Adam Jakubek: > Previous version failed on test bots. > Added test case skipping when no device can be created with normal > (non-desktop) window. I skimmed bug #18490, and I'm wondering about two things: Does the app create a D3DDEVTYPE_REF or D3DDEV

Re: wined3d: Use backup swapchain DC for devices created with desktop window.

2012-09-03 Thread Matteo Bruni
2012/9/3 Henri Verbeet : > On 3 September 2012 00:51, Adam Jakubek wrote: >> Hi, >> >> This patch causes wined3d to use backup swapchain DC when >> IDirect3DDevice9 is created using the desktop window. >> Windows allows to create such device as long its type is >> D3DDEVTYPE_REF or D3DDEVTYPE_NULL

Re: wined3d: Use backup swapchain DC for devices created with desktop window.

2012-09-02 Thread Henri Verbeet
On 3 September 2012 00:51, Adam Jakubek wrote: > Hi, > > This patch causes wined3d to use backup swapchain DC when > IDirect3DDevice9 is created using the desktop window. > Windows allows to create such device as long its type is > D3DDEVTYPE_REF or D3DDEVTYPE_NULLREF. > > Unpatched Wine will fail

Re: wined3d: Use backup swapchain DC for devices created with desktop window.

2012-09-02 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=21350 Your paranoid android