Re: [patch 1/2, try 2] wined3d: rewrite IWineD3DSurfaceImpl_BltOverride colorfill codepath

2007-12-20 Thread H. Verbeet
On 20/12/2007, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Hi Alexander, > > I had a look at your patches again, and another issue came to my mind: I am > not sure how the scissor rectangle and viewport affects ColorFill blits. > IDirect3DDevice::Clear is limited by the viewport, the scissor test

Re: [patch 1/2, try 2] wined3d: rewrite IWineD3DSurfaceImpl_BltOverride colorfill codepath

2007-12-19 Thread Stefan Dösinger
Hi Alexander, I had a look at your patches again, and another issue came to my mind: I am not sure how the scissor rectangle and viewport affects ColorFill blits. IDirect3DDevice::Clear is limited by the viewport, the scissor test and the rectangles passed in, but I think that this doesn't appl