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
3ed963dc
Commit
3ed963dc
authored
Feb 12, 2008
by
Stefan Dösinger
Committed by
Alexandre Julliard
Feb 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9: Fix a ok line.
parent
708e2175
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
visual.c
dlls/d3d9/tests/visual.c
+2
-1
No files found.
dlls/d3d9/tests/visual.c
View file @
3ed963dc
...
...
@@ -1397,7 +1397,8 @@ static void fog_with_shader_test(IDirect3DDevice9 *device)
ok
((
unsigned
char
)(
color
)
==
((
unsigned
char
)
test_data
[
i
].
color
[
j
])
&&
abs
(
((
unsigned
char
)(
color
>>
8
))
-
(
unsigned
char
)(
test_data
[
i
].
color
[
j
]
>>
8
)
)
<
13
&&
abs
(
((
unsigned
char
)(
color
>>
16
))
-
(
unsigned
char
)(
test_data
[
i
].
color
[
j
]
>>
16
)
)
<
13
,
"fog ps%i vs%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
]);
"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
]);
}
}
...
...
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