On 15 July 2014 10:20, Patrick Rudolph siro@das-labor.org wrote:
I've not included the tests for DirectDraw surfaces with dimension 1 by 0xffff and 0xffff by 1 as they fail on wine. The surfaces are provided by Opengl textures and the maximum texture size is less than 0xffff. However on Windows these tests pass, if the graphic cards pitch is great enough. Stefan pointed out that on old cards this test might fail. Should I add a separate test for this including a wine_todo ? I guess this won't be fixed any time soon...
Marking it as todo_wine should be fine, although I wonder if you'll actually get a video memory surface that way, or only a system memory surface.