Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
873c0afb
Commit
873c0afb
authored
Jun 25, 2008
by
H. Verbeet
Committed by
Alexandre Julliard
Jun 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d: Allow more imprecision in the texop test.
parent
89a8cfdb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
visual.c
dlls/d3d8/tests/visual.c
+1
-1
visual.c
dlls/d3d9/tests/visual.c
+1
-1
No files found.
dlls/d3d8/tests/visual.c
View file @
873c0afb
...
...
@@ -1260,7 +1260,7 @@ static void texop_test(IDirect3DDevice8 *device)
ok
(
SUCCEEDED
(
hr
),
"Present failed with 0x%08x (%s)
\n
"
,
hr
,
DXGetErrorString8
(
hr
));
color
=
getPixelColor
(
device
,
320
,
240
);
ok
(
color_match
(
color
,
test_data
[
i
].
result
,
1
),
"Operation %s returned color 0x%08x, expected 0x%08x
\n
"
,
ok
(
color_match
(
color
,
test_data
[
i
].
result
,
3
),
"Operation %s returned color 0x%08x, expected 0x%08x
\n
"
,
test_data
[
i
].
name
,
color
,
test_data
[
i
].
result
);
}
...
...
dlls/d3d9/tests/visual.c
View file @
873c0afb
...
...
@@ -9202,7 +9202,7 @@ static void texop_test(IDirect3DDevice9 *device)
ok
(
SUCCEEDED
(
hr
),
"Present failed with 0x%08x (%s)
\n
"
,
hr
,
DXGetErrorString9
(
hr
));
color
=
getPixelColor
(
device
,
320
,
240
);
ok
(
color_match
(
color
,
test_data
[
i
].
result
,
1
),
"Operation %s returned color 0x%08x, expected 0x%08x
\n
"
,
ok
(
color_match
(
color
,
test_data
[
i
].
result
,
3
),
"Operation %s returned color 0x%08x, expected 0x%08x
\n
"
,
test_data
[
i
].
name
,
color
,
test_data
[
i
].
result
);
}
...
...
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