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
c2cefe55
Commit
c2cefe55
authored
Aug 28, 2011
by
Stefan Dösinger
Committed by
Alexandre Julliard
Sep 12, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9: Add a LIT 0.0^0.0 test.
parent
ec0ac720
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
visual.c
dlls/d3d9/tests/visual.c
+3
-0
No files found.
dlls/d3d9/tests/visual.c
View file @
c2cefe55
...
...
@@ -11779,6 +11779,8 @@ static void fp_special_test(IDirect3DDevice9 *device)
static
const
DWORD
vs_rcp2
[]
=
{
0x02000006
,
0x80010000
,
0x91000001
};
/* rcp r0.x, -v1.x */
static
const
DWORD
vs_rsq1
[]
=
{
0x02000007
,
0x80010000
,
0x90000001
};
/* rsq r0.x, v1.x */
static
const
DWORD
vs_rsq2
[]
=
{
0x02000007
,
0x80010000
,
0x91000001
};
/* rsq r0.x, -v1.x */
static
const
DWORD
vs_lit
[]
=
{
0x02000010
,
0x800f0000
,
0x90000001
,
/* lit r0, v1.xxxx */
0x02000001
,
0x80010000
,
0x80aa0000
};
/* mov r0.x, v0.z */
static
const
DWORD
vs_footer
[]
=
{
...
...
@@ -11830,6 +11832,7 @@ static void fp_special_test(IDirect3DDevice9 *device)
{
"rcp2"
,
vs_rcp2
,
sizeof
(
vs_rcp2
),
0x00000000
,
0x00ff0000
,
0x00ff7f00
},
{
"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
},
};
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