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
373a4344
Commit
373a4344
authored
Oct 31, 2008
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 03, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Remove a FIXME that doesn't apply anymore.
parent
4707548a
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 @
373a4344
...
...
@@ -1911,8 +1911,6 @@ static void shader_arb_select_depth_blt(IWineD3DDevice *iface, enum tex_types te
GLuint
*
blt_fprogram
=
&
priv
->
depth_blt_fprogram_id
[
tex_type
];
WineD3D_GL_Info
*
gl_info
=
&
This
->
adapter
->
gl_info
;
if
(
tex_type
!=
tex_2d
)
FIXME
(
"Unsupported tex_type %#x
\n
"
,
tex_type
);
if
(
!
priv
->
depth_blt_vprogram_id
)
priv
->
depth_blt_vprogram_id
=
create_arb_blt_vertex_program
(
gl_info
);
GL_EXTCALL
(
glBindProgramARB
(
GL_VERTEX_PROGRAM_ARB
,
priv
->
depth_blt_vprogram_id
));
glEnable
(
GL_VERTEX_PROGRAM_ARB
);
...
...
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