mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Update 0001-d3d11-tests-Add-basic-test-for-mipmap-level-generati.patch
allows patch file to be applied
This commit is contained in:
parent
0150681304
commit
8ef881e9c0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user