Module: wine Branch: master Commit: 67b1f4a7e927905223d49b2f015bdad50a5374c2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=67b1f4a7e927905223d49b2f01... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Fri Feb 9 16:35:45 2007 +0100 wined3d: BeginScene and EndScene tests and fixes. --- dlls/d3d8/tests/device.c | 64 +++++++++++++++++ dlls/d3d9/tests/device.c | 153 +++++++++++++++++++++++++++++++++++++++- dlls/ddraw/device.c | 15 +++- dlls/ddraw/tests/d3d.c | 36 +++++++++ dlls/wined3d/device.c | 21 +++++- dlls/wined3d/surface.c | 17 +++++ dlls/wined3d/wined3d_private.h | 4 +- 7 files changed, 300 insertions(+), 10 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=67b1f4a7e927905223d49b...