ddraw/tests: Don't use DDBLT_COLORFILL in test_flip.
commitb81e58b6bf0971129c564625473c1556977accb4
authorStefan Dösinger <stefan@codeweavers.com>
Fri, 21 Apr 2017 15:01:49 +0000 (21 17:01 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 Apr 2017 08:01:09 +0000 (24 10:01 +0200)
treebdbd61136f621ffb40dfa17795c97faba329ad4f
parentcced5dfbde8b685022dd74e666f8ad4ea8473453
ddraw/tests: Don't use DDBLT_COLORFILL in test_flip.

It is broken on Geforce 7 cards in some conditions triggered by this
test. Doing the fill manually is awkward but maintains the full
functionality of the test on these cards.

Signed-off-by: Stefan Dösinger <stefan@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ddraw/tests/ddraw1.c
dlls/ddraw/tests/ddraw2.c
dlls/ddraw/tests/ddraw4.c
dlls/ddraw/tests/ddraw7.c