mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
wined3d-GenerateMips: 0001-d3d11-tests-Add-basic-test fix patch apply and compile
This commit is contained in:
parent
8823b6c0d0
commit
5a297663cf
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user