wined3d: Move rectangle validation from surface_cpu_blt() to wined3d_surface_blt().
commit7e3ecd683c701ceb7275bc41574750ec2ca7a198
authorHenri Verbeet <hverbeet@codeweavers.com>
Wed, 3 Aug 2011 19:34:46 +0000 (3 21:34 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Aug 2011 07:04:39 +0000 (4 09:04 +0200)
tree2f026a5ed4358796fa9bfccd3faabaeafafb808b
parentb166cb29f865d20a8a42f32773d0573dc66071c7
wined3d: Move rectangle validation from surface_cpu_blt() to wined3d_surface_blt().

This fixes some tests because these were getting skipped for the BltOverride() path.
dlls/d3d9/device.c
dlls/d3d9/tests/visual.c
dlls/wined3d/surface.c