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
1eb6e5dd
Commit
1eb6e5dd
authored
Jul 28, 2015
by
Matteo Bruni
Committed by
Alexandre Julliard
Jul 29, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Update GLSL vertex pipe replacement TODO comment.
It turns out most of that has been implemented since the comment was originally written.
parent
a064797e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
glsl_shader.c
dlls/wined3d/glsl_shader.c
+1
-13
No files found.
dlls/wined3d/glsl_shader.c
View file @
1eb6e5dd
...
...
@@ -8111,19 +8111,7 @@ static const struct StateEntryTemplate glsl_vertex_pipe_vp_states[] =
};
/* TODO:
* - This currently depends on GL fixed function functions to set things
* like light parameters. Ideally we'd use regular uniforms for that.
* - In part because of the previous point, much of this is modelled after
* GL fixed function, and has much of the same limitations. For example,
* D3D spot lights are slightly different from GL spot lights.
* - We can now implement drawing transformed vertices using the GLSL pipe,
* instead of using the immediate mode fallback.
* - Similarly, we don't need the fallback for certain combinations of
* material sources anymore.
* - Implement vertex tweening.
* - Handle WINED3D_TSS_TEXCOORD_INDEX in the shader, instead of duplicating
* attribute arrays in load_tex_coords().
* - Per-vertex point sizes. */
* - Implement vertex tweening. */
const
struct
wined3d_vertex_pipe_ops
glsl_vertex_pipe
=
{
glsl_vertex_pipe_vp_enable
,
...
...
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