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
c876c929
Commit
c876c929
authored
Jul 17, 2008
by
H. Verbeet
Committed by
Alexandre Julliard
Jul 18, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9: Correct some shader comments.
parent
0bebad66
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
visual.c
dlls/d3d9/tests/visual.c
+7
-7
No files found.
dlls/d3d9/tests/visual.c
View file @
c876c929
...
...
@@ -5335,10 +5335,10 @@ static void vshader_version_varying_test(IDirect3DDevice9 *device) {
0x0200001f
,
0x8001000a
,
0x900f0003
,
/* dcl_color1 v3 */
0x0200001f
,
0x8000000b
,
0x900f0004
,
/* dcl_fog v4 */
0x0200001f
,
0x80030005
,
0x900f0005
,
/* dcl_texcoord3 v5 */
0x0200001f
,
0x80000003
,
0x900f0006
,
0x0200001f
,
0x80000006
,
0x900f0007
,
0x0200001f
,
0x80000001
,
0x900f0008
,
0x0200001f
,
0x8000000c
,
0x900f0009
,
0x0200001f
,
0x80000003
,
0x900f0006
,
/* dcl_normal v6 */
0x0200001f
,
0x80000006
,
0x900f0007
,
/* dcl_tangent v7 */
0x0200001f
,
0x80000001
,
0x900f0008
,
/* dcl_blendweight v8 */
0x0200001f
,
0x8000000c
,
0x900f0009
,
/* dcl_depth v9 */
0x02000001
,
0x800f0000
,
0xa0e40000
,
/* mov r0, c0 */
0x0200001b
,
0xf0e40800
,
0xf0e40000
,
/* loop aL, i0 */
...
...
@@ -5371,9 +5371,9 @@ static void vshader_version_varying_test(IDirect3DDevice9 *device) {
DWORD
vs_2_code
[]
=
{
0xfffe0200
,
/* vs_2_0 */
0x0200001f
,
0x80000000
,
0x900f0000
,
/* dcl_position v0 */
0x05000051
,
0xa00f0000
,
0x3dcccccd
,
0x00000000
,
0x00000000
,
0x00000000
,
/* def c0, 0.
5
, 0.0, 0.0, 0.0 */
0x05000051
,
0xa00f0001
,
0x00000000
,
0x3e4ccccd
,
0x00000000
,
0x00000000
,
/* def c1, 0.0, 0.
5
, 0.0, 0.0 */
0x05000051
,
0xa00f0002
,
0x00000000
,
0x00000000
,
0x3ecccccd
,
0x00000000
,
/* def c2, 0.0, 0.0, 0.
5
, 0.0 */
0x05000051
,
0xa00f0000
,
0x3dcccccd
,
0x00000000
,
0x00000000
,
0x00000000
,
/* def c0, 0.
1
, 0.0, 0.0, 0.0 */
0x05000051
,
0xa00f0001
,
0x00000000
,
0x3e4ccccd
,
0x00000000
,
0x00000000
,
/* def c1, 0.0, 0.
2
, 0.0, 0.0 */
0x05000051
,
0xa00f0002
,
0x00000000
,
0x00000000
,
0x3ecccccd
,
0x00000000
,
/* def c2, 0.0, 0.0, 0.
4
, 0.0 */
0x05000051
,
0xa00f0003
,
0x3f800000
,
0x3f800000
,
0x3f800000
,
0x3f800000
,
/* def c3, 1.0, 1.0, 1.0, 1.0 */
0x02000001
,
0xd00f0000
,
0xa0e40002
,
/* mov oD0, c2 */
0x02000001
,
0xd00f0001
,
0xa0e40000
,
/* mov oD1, c0 */
...
...
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