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
ac46320f
Commit
ac46320f
authored
Jun 07, 2006
by
Ivan Gyurdiev
Committed by
Alexandre Julliard
Jun 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: TEXREG2GB is valid on pshaders 1.1.
parent
83a9666f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pixelshader.c
dlls/wined3d/pixelshader.c
+1
-1
No files found.
dlls/wined3d/pixelshader.c
View file @
ac46320f
...
...
@@ -719,7 +719,7 @@ CONST SHADER_OPCODE IWineD3DPixelShaderImpl_shader_ins[] = {
{
D3DSIO_TEXBEM
,
"texbem"
,
"undefined"
,
2
,
pshader_texbem
,
pshader_hw_texbem
,
NULL
,
0
,
D3DPS_VERSION
(
1
,
3
)},
{
D3DSIO_TEXBEML
,
"texbeml"
,
GLNAME_REQUIRE_GLSL
,
2
,
pshader_texbeml
,
NULL
,
NULL
,
D3DPS_VERSION
(
1
,
0
),
D3DPS_VERSION
(
1
,
3
)},
{
D3DSIO_TEXREG2AR
,
"texreg2ar"
,
"undefined"
,
2
,
pshader_texreg2ar
,
pshader_hw_texreg2ar
,
NULL
,
D3DPS_VERSION
(
1
,
1
),
D3DPS_VERSION
(
1
,
3
)},
{
D3DSIO_TEXREG2GB
,
"texreg2gb"
,
"undefined"
,
2
,
pshader_texreg2gb
,
pshader_hw_texreg2gb
,
NULL
,
D3DPS_VERSION
(
1
,
2
),
D3DPS_VERSION
(
1
,
3
)},
{
D3DSIO_TEXREG2GB
,
"texreg2gb"
,
"undefined"
,
2
,
pshader_texreg2gb
,
pshader_hw_texreg2gb
,
NULL
,
D3DPS_VERSION
(
1
,
1
),
D3DPS_VERSION
(
1
,
3
)},
{
D3DSIO_TEXREG2RGB
,
"texreg2rgb"
,
GLNAME_REQUIRE_GLSL
,
2
,
pshader_texreg2rgb
,
NULL
,
NULL
,
D3DPS_VERSION
(
1
,
2
),
D3DPS_VERSION
(
1
,
3
)},
{
D3DSIO_TEXM3x2PAD
,
"texm3x2pad"
,
"undefined"
,
2
,
pshader_texm3x2pad
,
pshader_hw_texm3x2pad
,
NULL
,
D3DPS_VERSION
(
1
,
0
),
D3DPS_VERSION
(
1
,
3
)},
{
D3DSIO_TEXM3x2TEX
,
"texm3x2tex"
,
"undefined"
,
2
,
pshader_texm3x2tex
,
pshader_hw_texm3x2tex
,
NULL
,
D3DPS_VERSION
(
1
,
0
),
D3DPS_VERSION
(
1
,
3
)},
...
...
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