Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
894298d5
Commit
894298d5
authored
Oct 16, 2014
by
Matteo Bruni
Committed by
Alexandre Julliard
Oct 16, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9/tests: Port the unsupported shaders test to D3D9Ex.
parent
c53e0384
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
device.c
dlls/d3d8/tests/device.c
+2
-2
d3d9ex.c
dlls/d3d9/tests/d3d9ex.c
+0
-0
device.c
dlls/d3d9/tests/device.c
+2
-2
No files found.
dlls/d3d8/tests/device.c
View file @
894298d5
...
...
@@ -2847,7 +2847,7 @@ done:
DestroyWindow
(
focus_window
);
}
static
void
test_
wrong_shader
(
void
)
static
void
test_
unsupported_shaders
(
void
)
{
IDirect3DDevice8
*
device
;
IDirect3D8
*
d3d
;
...
...
@@ -6519,7 +6519,7 @@ START_TEST(device)
test_wndproc_windowed
();
test_depth_stencil_size
();
test_window_style
();
test_
wrong_shader
();
test_
unsupported_shaders
();
test_mode_change
();
test_device_window_reset
();
test_reset_resources
();
...
...
dlls/d3d9/tests/d3d9ex.c
View file @
894298d5
This diff is collapsed.
Click to expand it.
dlls/d3d9/tests/device.c
View file @
894298d5
...
...
@@ -5112,7 +5112,7 @@ static void test_pixel_shader_constant(void)
DestroyWindow
(
window
);
}
static
void
test_
wrong_shader
(
void
)
static
void
test_
unsupported_shaders
(
void
)
{
static
const
DWORD
vs_3_0
[]
=
{
...
...
@@ -9425,7 +9425,7 @@ START_TEST(device)
test_vertex_shader_constant
();
test_get_set_pixel_shader
();
test_pixel_shader_constant
();
test_
wrong_shader
();
test_
unsupported_shaders
();
test_texture_stage_states
();
test_cube_textures
();
test_mipmap_gen
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment