diff --git a/patches/wined3d-GenerateMips/0001-d3d11-tests-Add-basic-test-for-mipmap-level-generati.patch b/patches/wined3d-GenerateMips/0001-d3d11-tests-Add-basic-test-for-mipmap-level-generati.patch index 6616c941..d6378a87 100644 --- a/patches/wined3d-GenerateMips/0001-d3d11-tests-Add-basic-test-for-mipmap-level-generati.patch +++ b/patches/wined3d-GenerateMips/0001-d3d11-tests-Add-basic-test-for-mipmap-level-generati.patch @@ -11,7 +11,7 @@ diff --git a/dlls/d3d11/tests/d3d11.c b/dlls/d3d11/tests/d3d11.c index 3c8ff15d6eb..0dc1c94d883 100644 --- a/dlls/d3d11/tests/d3d11.c +++ b/dlls/d3d11/tests/d3d11.c -@@ -22062,6 +22062,116 @@ static void test_dual_blending(void) +@@ -25903,6 +25903,116 @@ static void test_dual_blending(void) release_test_context(&test_context); } @@ -127,13 +127,14 @@ index 3c8ff15d6eb..0dc1c94d883 100644 + START_TEST(d3d11) { - test_create_device(); -@@ -22167,4 +22277,5 @@ START_TEST(d3d11) + unsigned int argc, i; +@@ -26031,6 +26141,7 @@ START_TEST(d3d11) test_early_depth_stencil(); test_conservative_depth_output(); test_dual_blending(); + test_mipmap_generation(); - } + test_format_compatibility(); + test_clip_distance(); + test_combined_clip_and_cull_distances(); -- 2.14.2 -