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
67e57c84
Commit
67e57c84
authored
Apr 24, 2013
by
Stefan Dösinger
Committed by
Alexandre Julliard
Apr 24, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9/tests: Correct nv40 results.
parent
2ac35ac4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
visual.c
dlls/d3d9/tests/visual.c
+3
-3
No files found.
dlls/d3d9/tests/visual.c
View file @
67e57c84
...
...
@@ -12411,9 +12411,9 @@ static void fp_special_test(IDirect3DDevice9 *device)
{
"rsq1"
,
vs_rsq1
,
sizeof
(
vs_rsq1
),
0x000000ff
,
0x00ff00ff
,
0x00ff7f00
},
{
"rsq2"
,
vs_rsq2
,
sizeof
(
vs_rsq2
),
0x000000ff
,
0x00ff00ff
,
0x00ff7f00
},
{
"lit"
,
vs_lit
,
sizeof
(
vs_lit
),
0x00ff0000
,
0x00ff0000
,
0x00ff0000
},
{
"def1"
,
vs_def1
,
sizeof
(
vs_def1
),
0x00007f00
,
0x0000
7
f00
,
0x00007f00
},
{
"def2"
,
vs_def2
,
sizeof
(
vs_def2
),
0x00ff7f00
,
0x00ff
7f
00
,
0x00ff7f00
},
{
"def3"
,
vs_def3
,
sizeof
(
vs_def3
),
0x00ff7f00
,
0x00ff
7f00
,
0x00ff7f00
},
{
"def1"
,
vs_def1
,
sizeof
(
vs_def1
),
0x00007f00
,
0x0000
f
f00
,
0x00007f00
},
{
"def2"
,
vs_def2
,
sizeof
(
vs_def2
),
0x00ff7f00
,
0x00ff
00
00
,
0x00ff7f00
},
{
"def3"
,
vs_def3
,
sizeof
(
vs_def3
),
0x00ff7f00
,
0x00ff
00ff
,
0x00ff7f00
},
};
static
const
DWORD
ps_code
[]
=
...
...
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