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
7017ed45
Commit
7017ed45
authored
Mar 28, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Mar 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Drop a questionable FIXME in device_stream_info_from_declaration().
parent
c7d3a8a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
device.c
dlls/wined3d/device.c
+0
-12
No files found.
dlls/wined3d/device.c
View file @
7017ed45
...
@@ -239,18 +239,6 @@ void device_stream_info_from_declaration(struct wined3d_device *device,
...
@@ -239,18 +239,6 @@ void device_stream_info_from_declaration(struct wined3d_device *device,
{
{
if
(
data
.
buffer_object
)
if
(
data
.
buffer_object
)
*
fixup
=
TRUE
;
*
fixup
=
TRUE
;
else
if
(
*
fixup
&&
!
use_vshader
&&
(
element
->
usage
==
WINED3D_DECL_USAGE_COLOR
||
element
->
usage
==
WINED3D_DECL_USAGE_POSITIONT
))
{
static
BOOL
warned
=
FALSE
;
if
(
!
warned
)
{
/* This may be bad with the fixed function pipeline. */
FIXME
(
"Missing vbo streams with unfixed colors or transformed position, expect problems
\n
"
);
warned
=
TRUE
;
}
}
}
}
}
}
data
.
addr
+=
element
->
offset
;
data
.
addr
+=
element
->
offset
;
...
...
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