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
c390b604
Commit
c390b604
authored
Oct 26, 2007
by
Stefan Dösinger
Committed by
Alexandre Julliard
Nov 07, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9: Remove some spamy debug traces from the texture test.
parent
714991bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
texture.c
dlls/d3d9/tests/texture.c
+0
-3
No files found.
dlls/d3d9/tests/texture.c
View file @
c390b604
...
@@ -106,7 +106,6 @@ static void test_cube_texture_from_pool(IDirect3DDevice9 *device_ptr, DWORD caps
...
@@ -106,7 +106,6 @@ static void test_cube_texture_from_pool(IDirect3DDevice9 *device_ptr, DWORD caps
HRESULT
hr
;
HRESULT
hr
;
hr
=
IDirect3DDevice9_CreateCubeTexture
(
device_ptr
,
512
,
1
,
0
,
D3DFMT_X8R8G8B8
,
pool
,
&
texture_ptr
,
NULL
);
hr
=
IDirect3DDevice9_CreateCubeTexture
(
device_ptr
,
512
,
1
,
0
,
D3DFMT_X8R8G8B8
,
pool
,
&
texture_ptr
,
NULL
);
trace
(
"pool=%d hr=0x%.8x
\n
"
,
pool
,
hr
);
if
((
caps
&
D3DPTEXTURECAPS_CUBEMAP
)
||
!
need_cap
)
if
((
caps
&
D3DPTEXTURECAPS_CUBEMAP
)
||
!
need_cap
)
ok
(
SUCCEEDED
(
hr
),
"hr=0x%.8x
\n
"
,
hr
);
ok
(
SUCCEEDED
(
hr
),
"hr=0x%.8x
\n
"
,
hr
);
...
@@ -118,8 +117,6 @@ static void test_cube_texture_from_pool(IDirect3DDevice9 *device_ptr, DWORD caps
...
@@ -118,8 +117,6 @@ static void test_cube_texture_from_pool(IDirect3DDevice9 *device_ptr, DWORD caps
static
void
test_cube_textures
(
IDirect3DDevice9
*
device_ptr
,
DWORD
caps
)
static
void
test_cube_textures
(
IDirect3DDevice9
*
device_ptr
,
DWORD
caps
)
{
{
trace
(
"texture caps: 0x%.8x
\n
"
,
caps
);
test_cube_texture_from_pool
(
device_ptr
,
caps
,
D3DPOOL_DEFAULT
,
TRUE
);
test_cube_texture_from_pool
(
device_ptr
,
caps
,
D3DPOOL_DEFAULT
,
TRUE
);
test_cube_texture_from_pool
(
device_ptr
,
caps
,
D3DPOOL_MANAGED
,
TRUE
);
test_cube_texture_from_pool
(
device_ptr
,
caps
,
D3DPOOL_MANAGED
,
TRUE
);
test_cube_texture_from_pool
(
device_ptr
,
caps
,
D3DPOOL_SYSTEMMEM
,
TRUE
);
test_cube_texture_from_pool
(
device_ptr
,
caps
,
D3DPOOL_SYSTEMMEM
,
TRUE
);
...
...
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