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
1bc01f8f
Commit
1bc01f8f
authored
Jun 20, 2011
by
Stefan Dösinger
Committed by
Alexandre Julliard
Jun 24, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Get rid of the has_signature_idx field in the ARB ps private data.
parent
3a3b4828
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
arb_program_shader.c
dlls/wined3d/arb_program_shader.c
+0
-2
No files found.
dlls/wined3d/arb_program_shader.c
View file @
1bc01f8f
...
...
@@ -285,7 +285,6 @@ struct ps_signature
struct
arb_pshader_private
{
struct
arb_ps_compiled_shader
*
gl_shaders
;
UINT
num_gl_shaders
,
shader_array_size
;
BOOL
has_signature_idx
;
DWORD
input_signature_idx
;
DWORD
clipplane_emulation
;
BOOL
clamp_consts
;
...
...
@@ -4277,7 +4276,6 @@ static struct arb_ps_compiled_shader *find_arb_pshader(struct wined3d_shader *sh
else
shader_data
->
input_signature_idx
=
find_input_signature
(
priv
,
shader
->
input_signature
);
shader_data
->
has_signature_idx
=
TRUE
;
TRACE
(
"Shader got assigned input signature index %u
\n
"
,
shader_data
->
input_signature_idx
);
if
(
!
device
->
vs_clipping
)
...
...
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