You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 57ca6b90bb7337cb90465b3bf1f147e3d2564f2e.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From a2011b8504dd6c5634d5ea369d04287d9d5ee6e4 Mon Sep 17 00:00:00 2001
|
||||
From 0ec24dc6590e24a868190811b74bd457d75ad0f5 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Fri, 7 Jul 2017 05:44:09 +0200
|
||||
Subject: d3d11/tests: Add some basic depth tests.
|
||||
@@ -8,7 +8,7 @@ Subject: d3d11/tests: Add some basic depth tests.
|
||||
1 file changed, 206 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/dlls/d3d11/tests/d3d11.c b/dlls/d3d11/tests/d3d11.c
|
||||
index 22f5997896a..2552a6cc701 100644
|
||||
index 8df683ef1b8..77917f24769 100644
|
||||
--- a/dlls/d3d11/tests/d3d11.c
|
||||
+++ b/dlls/d3d11/tests/d3d11.c
|
||||
@@ -1346,8 +1346,9 @@ static void set_quad_color(struct d3d11_test_context *context, const struct vec4
|
||||
@@ -32,7 +32,7 @@ index 22f5997896a..2552a6cc701 100644
|
||||
}
|
||||
|
||||
static void test_create_device(void)
|
||||
@@ -15221,6 +15222,207 @@ static void test_stencil_separate(void)
|
||||
@@ -15213,6 +15214,207 @@ static void test_stencil_separate(void)
|
||||
release_test_context(&test_context);
|
||||
}
|
||||
|
||||
@@ -240,14 +240,14 @@ index 22f5997896a..2552a6cc701 100644
|
||||
static void test_uav_load(void)
|
||||
{
|
||||
struct shader
|
||||
@@ -21267,6 +21469,7 @@ START_TEST(d3d11)
|
||||
@@ -21362,6 +21564,7 @@ START_TEST(d3d11)
|
||||
test_shader_input_registers_limits();
|
||||
test_unbind_shader_resource_view();
|
||||
test_stencil_separate();
|
||||
+ test_depth_separate();
|
||||
test_uav_load();
|
||||
test_cs_uav_store();
|
||||
test_ps_cs_uav_binding();
|
||||
test_uav_store_immediate_constant();
|
||||
--
|
||||
2.14.1
|
||||
2.14.2
|
||||
|
||||
|
Reference in New Issue
Block a user