wined3d-GenerateMips: 0001-d3d11-tests-Add-basic-test fix patch apply and compile

This commit is contained in:
gloriouseggroll 2018-02-19 04:01:01 -05:00
parent 8823b6c0d0
commit 5a297663cf

View File

@ -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
@@ -25903,6 +25903,116 @@ static void test_dual_blending(void)
@@ -25243,6 +25243,116 @@ static void test_dual_blending(void)
release_test_context(&test_context);
}
@ -125,10 +125,10 @@ index 3c8ff15d6eb..0dc1c94d883 100644
+ release_test_context(&test_context);
+}
+
START_TEST(d3d11)
{
unsigned int argc, i;
@@ -26031,6 +26141,7 @@ START_TEST(d3d11)
@@ -25370,6 +25480,7 @@ START_TEST(d3d11)
test_early_depth_stencil();
test_conservative_depth_output();
test_dual_blending();