This series fixes a few bugs in the d3d tests that cause them to crash on my Windows XP laptop with the r200 GPU (dx8 era).
There are plenty more problems on this GPU on Windows. d3d8:visual hangs the entire system. d3d9:device has some failing tests. d3d9:visual crashes, which is probably good because otherwise it would also cause a kernel panic.
-- v2: d3d9/tests: Fix skipping ATI2N in test_resource_access. d3d8/tests: Fix skipping ATI2N in test_resource_access. d3d9/tests: Request a 3 mip level cube texture in test_getdc(). d3d8/tests: Zero stride tests crash on Windows XP, r200 GPU. d3d9/tests: Zero stride tests crash on Windows XP, r200 GPU.