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
7a94687f
Commit
7a94687f
authored
May 06, 2021
by
Francois Gouget
Committed by
Alexandre Julliard
May 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add a trailing linefeed to a couple of FIXME().
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
aec8bc3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
texture.c
dlls/wined3d/texture.c
+2
-2
No files found.
dlls/wined3d/texture.c
View file @
7a94687f
...
...
@@ -416,7 +416,7 @@ static void texture2d_blt_fbo(struct wined3d_device *device, struct wined3d_cont
}
if
(
src_location
==
WINED3D_LOCATION_DRAWABLE
)
FIXME
(
"WINED3D_LOCATION_DRAWABLE not supported for the source of a typeless resolve."
);
FIXME
(
"WINED3D_LOCATION_DRAWABLE not supported for the source of a typeless resolve.
\n
"
);
device
->
blitter
->
ops
->
blitter_blit
(
device
->
blitter
,
WINED3D_BLIT_OP_RAW_BLIT
,
context
,
src_texture
,
src_sub_resource_idx
,
src_location
,
src_rect
,
...
...
@@ -554,7 +554,7 @@ static void texture2d_blt_fbo(struct wined3d_device *device, struct wined3d_cont
if
(
dst_texture
!=
dst_save_texture
)
{
if
(
dst_location
==
WINED3D_LOCATION_DRAWABLE
)
FIXME
(
"WINED3D_LOCATION_DRAWABLE not supported for the destination of a typeless resolve."
);
FIXME
(
"WINED3D_LOCATION_DRAWABLE not supported for the destination of a typeless resolve.
\n
"
);
device
->
blitter
->
ops
->
blitter_blit
(
device
->
blitter
,
WINED3D_BLIT_OP_RAW_BLIT
,
context
,
dst_texture
,
0
,
dst_location
,
dst_rect
,
...
...
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