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
d423e062
Commit
d423e062
authored
Feb 20, 2015
by
Matteo Bruni
Committed by
Alexandre Julliard
Feb 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9/tests: Move a Present out of the loops in fog_with_shader_test().
parent
acbb3877
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
visual.c
dlls/d3d9/tests/visual.c
+1
-2
No files found.
dlls/d3d9/tests/visual.c
View file @
d423e062
...
...
@@ -2214,10 +2214,9 @@ static void fog_with_shader_test(void)
ok
(
color_match
(
color
,
test_data
[
i
].
color
[
j
],
13
),
"fog vs%i ps%i fvm%i ftm%i %d: got color %08x, expected %08x +-5%%
\n
"
,
test_data
[
i
].
vshader
,
test_data
[
i
].
pshader
,
test_data
[
i
].
vfog
,
test_data
[
i
].
tfog
,
j
,
color
,
test_data
[
i
].
color
[
j
]);
IDirect3DDevice9_Present
(
device
,
NULL
,
NULL
,
NULL
,
NULL
);
}
}
IDirect3DDevice9_Present
(
device
,
NULL
,
NULL
,
NULL
,
NULL
);
IDirect3DVertexShader9_Release
(
vertex_shader
[
1
]);
IDirect3DVertexShader9_Release
(
vertex_shader
[
2
]);
...
...
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