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
425160ce
Commit
425160ce
authored
Sep 16, 2015
by
Andrey Gusev
Committed by
Alexandre Julliard
Sep 18, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9: TRACE fixes.
parent
f0c52fe0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
query.c
dlls/d3d9/query.c
+1
-1
vertexdeclaration.c
dlls/d3d9/vertexdeclaration.c
+1
-1
No files found.
dlls/d3d9/query.c
View file @
425160ce
...
...
@@ -32,7 +32,7 @@ static inline struct d3d9_query *impl_from_IDirect3DQuery9(IDirect3DQuery9 *ifac
static
HRESULT
WINAPI
d3d9_query_QueryInterface
(
IDirect3DQuery9
*
iface
,
REFIID
riid
,
void
**
out
)
{
TRACE
(
"iface %p, riid %s, o
bjec
t %p.
\n
"
,
iface
,
debugstr_guid
(
riid
),
out
);
TRACE
(
"iface %p, riid %s, o
u
t %p.
\n
"
,
iface
,
debugstr_guid
(
riid
),
out
);
if
(
IsEqualGUID
(
riid
,
&
IID_IDirect3DQuery9
)
||
IsEqualGUID
(
riid
,
&
IID_IUnknown
))
...
...
dlls/d3d9/vertexdeclaration.c
View file @
425160ce
...
...
@@ -326,7 +326,7 @@ static HRESULT convert_to_wined3d_declaration(const D3DVERTEXELEMENT9 *d3d9_elem
UINT
count
=
1
;
UINT
i
;
TRACE
(
"d3d9_elements %p, wined3d_elements %p
\n
"
,
d3d9_elements
,
wined3d_elements
);
TRACE
(
"d3d9_elements %p, wined3d_elements %p
, element_count %p
\n
"
,
d3d9_elements
,
wined3d_elements
,
element_count
);
element
=
d3d9_elements
;
while
(
element
++->
Stream
!=
0xff
&&
count
++
<
128
);
...
...
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