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
6cbf1dd4
Commit
6cbf1dd4
authored
Oct 12, 2010
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 12, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Recognize the SM4 sampler register type.
parent
4d19daaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
shader_sm4.c
dlls/wined3d/shader_sm4.c
+2
-1
No files found.
dlls/wined3d/shader_sm4.c
View file @
6cbf1dd4
...
...
@@ -88,6 +88,7 @@ enum wined3d_sm4_register_type
WINED3D_SM4_RT_INPUT
=
0x1
,
WINED3D_SM4_RT_OUTPUT
=
0x2
,
WINED3D_SM4_RT_IMMCONST
=
0x4
,
WINED3D_SM4_RT_SAMPLER
=
0x6
,
WINED3D_SM4_RT_CONSTBUFFER
=
0x8
,
WINED3D_SM4_RT_NULL
=
0xd
,
};
...
...
@@ -164,7 +165,7 @@ static const WINED3DSHADER_PARAM_REGISTER_TYPE register_type_table[] =
/* UNKNOWN */
0
,
/* WINED3D_SM4_RT_IMMCONST */
WINED3DSPR_IMMCONST
,
/* UNKNOWN */
0
,
/*
UNKNOWN */
0
,
/*
WINED3D_SM4_RT_SAMPLER */
WINED3DSPR_SAMPLER
,
/* UNKNOWN */
0
,
/* WINED3D_SM4_RT_CONSTBUFFER */
WINED3DSPR_CONSTBUFFER
,
/* UNKNOWN */
0
,
...
...
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