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
48d6167c
Commit
48d6167c
authored
Jan 14, 2010
by
Stefan Dösinger
Committed by
Alexandre Julliard
Mar 17, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9: Remove old debug messages from the tests.
parent
f5b5f717
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
visual.c
dlls/d3d9/tests/visual.c
+0
-4
No files found.
dlls/d3d9/tests/visual.c
View file @
48d6167c
...
...
@@ -495,9 +495,6 @@ static void clear_test(IDirect3DDevice9 *device)
hr
=
IDirect3DDevice9_GetViewport
(
device
,
&
old_vp
);
ok
(
hr
==
D3D_OK
,
"IDirect3DDevice9_GetViewport failed with %08x
\n
"
,
hr
);
trace
(
"viewport: X %u, Y %u, W %u, H %u, MinZ %.8e, MaxZ %.8e.
\n
"
,
old_vp
.
X
,
old_vp
.
Y
,
old_vp
.
Width
,
old_vp
.
Height
,
old_vp
.
MinZ
,
old_vp
.
MaxZ
);
vp
.
X
=
160
;
vp
.
Y
=
120
;
vp
.
Width
=
160
;
...
...
@@ -10433,7 +10430,6 @@ static void loop_index_test(IDirect3DDevice9 *device) {
ok
(
hr
==
D3D_OK
,
"IDirect3DDevice9_BeginScene returned %08x
\n
"
,
hr
);
if
(
SUCCEEDED
(
hr
))
{
trace
(
"going to draw index
\n
"
);
hr
=
IDirect3DDevice9_DrawPrimitiveUP
(
device
,
D3DPT_TRIANGLESTRIP
,
2
,
quad
,
3
*
sizeof
(
float
));
ok
(
hr
==
D3D_OK
,
"DrawPrimitiveUP failed (%08x)
\n
"
,
hr
);
hr
=
IDirect3DDevice9_EndScene
(
device
);
...
...
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