Module: wine Branch: master Commit: 4a16dbbbec5a44d4835952cf5612d30d7b546a27 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4a16dbbbec5a44d4835952cf56...
Author: Stefan Dösinger stefan@codeweavers.com Date: Mon Feb 26 13:42:25 2007 +0100
wined3d: More Clear fixes.
Test for rectangles with x1 > x2 and y1 > y2. Empire earth passes such rects.
---
dlls/d3d8/tests/visual.c | 49 +++++++++++++++++++++++++++++++++++++++++++++ dlls/d3d9/tests/visual.c | 49 +++++++++++++++++++++++++++++++++++++++++++++ dlls/ddraw/tests/visual.c | 47 +++++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/device.c | 49 ++++++++++++++++++++++++++------------------ 4 files changed, 174 insertions(+), 20 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4a16dbbbec5a44d4835952...