Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clara Lille Nenu
wine
Commits
ac8f8c02
Commit
ac8f8c02
authored
14 years ago
by
Henri Verbeet
Committed by
Alexandre Julliard
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
d3dcompiler: Remove some stray tabs.
parent
8ebc1800
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dlls/d3dcompiler_43/asmparser.c
+7
-6
7 additions, 6 deletions
dlls/d3dcompiler_43/asmparser.c
dlls/d3dcompiler_43/asmshader.y
+1
-1
1 addition, 1 deletion
dlls/d3dcompiler_43/asmshader.y
dlls/d3dcompiler_43/d3dcompiler_private.h
+1
-1
1 addition, 1 deletion
dlls/d3dcompiler_43/d3dcompiler_private.h
with
9 additions
and
8 deletions
dlls/d3dcompiler_43/asmparser.c
+
7
−
6
View file @
ac8f8c02
...
...
@@ -161,8 +161,9 @@ static void asmparser_dcl_input_ps_2(struct asm_parser *This, DWORD usage, DWORD
}
}
static
void
asmparser_dcl_input_unsupported
(
struct
asm_parser
*
This
,
DWORD
usage
,
DWORD
num
,
DWORD
mod
,
const
struct
shader_reg
*
reg
)
{
static
void
asmparser_dcl_input_unsupported
(
struct
asm_parser
*
This
,
DWORD
usage
,
DWORD
num
,
DWORD
mod
,
const
struct
shader_reg
*
reg
)
{
asmparser_message
(
This
,
"Line %u: Input declaration unsupported in this shader version
\n
"
,
This
->
line_no
);
set_parse_status
(
This
,
PARSE_ERR
);
}
...
...
@@ -185,9 +186,9 @@ static void asmparser_dcl_sampler(struct asm_parser *This, DWORD samptype,
}
}
static
void
asmparser_dcl_sampler_unsupported
(
struct
asm_parser
*
This
,
DWORD
samptype
,
DWORD
mod
,
DWORD
regnum
,
unsigned
int
line_no
)
{
static
void
asmparser_dcl_sampler_unsupported
(
struct
asm_parser
*
This
,
DWORD
samptype
,
DWORD
mod
,
DWORD
regnum
,
unsigned
int
line_no
)
{
asmparser_message
(
This
,
"Line %u: Sampler declaration unsupported in this shader version
\n
"
,
This
->
line_no
);
set_parse_status
(
This
,
PARSE_ERR
);
}
...
...
@@ -538,7 +539,7 @@ ns */
return
;
}
/* Use the default handling */
break
;
break
;
case
BWRITERSIO_TEXCOORD
:
/* texcoord/texcrd are two instructions present only in PS <= 1.3 and PS 1.4 respectively */
if
(
This
->
shader
->
version
==
BWRITERPS_VERSION
(
1
,
4
))
...
...
This diff is collapsed.
Click to expand it.
dlls/d3dcompiler_43/asmshader.y
+
1
−
1
View file @
ac8f8c02
...
...
@@ -1053,7 +1053,7 @@ dreg_name: REG_TEMP
}
| REG_CONSTINT
{
asmparser_message(&asm_ctx, "Line %u: Register i%u is not a valid destination register\n",
asmparser_message(&asm_ctx, "Line %u: Register i%u is not a valid destination register\n",
asm_ctx.line_no, $1);
set_parse_status(&asm_ctx, PARSE_WARN);
}
...
...
This diff is collapsed.
Click to expand it.
dlls/d3dcompiler_43/d3dcompiler_private.h
+
1
−
1
View file @
ac8f8c02
...
...
@@ -290,7 +290,7 @@ typedef void (*instr_writer)(struct bc_writer *This,
struct
bytecode_backend
{
void
(
*
header
)(
struct
bc_writer
*
This
,
const
struct
bwriter_shader
*
shader
,
struct
bytecode_buffer
*
buffer
);
struct
bytecode_buffer
*
buffer
);
void
(
*
end
)(
struct
bc_writer
*
This
,
const
struct
bwriter_shader
*
shader
,
struct
bytecode_buffer
*
buffer
);
void
(
*
srcreg
)(
struct
bc_writer
*
This
,
const
struct
shader_reg
*
reg
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment