Stefan Dösinger : d3d9: Remove some spamy debug traces from the texture test.

Alexandre Julliard julliard at winehq.org
Wed Nov 7 06:45:54 CST 2007


Module: wine
Branch: master
Commit: c390b6044b383313e6ebf8d1b08bd941cbf9f1f3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c390b6044b383313e6ebf8d1b08bd941cbf9f1f3

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Fri Oct 26 18:45:20 2007 +0200

d3d9: Remove some spamy debug traces from the texture test.

---

 dlls/d3d9/tests/texture.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/d3d9/tests/texture.c b/dlls/d3d9/tests/texture.c
index d0d00ee..617ad77 100644
--- a/dlls/d3d9/tests/texture.c
+++ b/dlls/d3d9/tests/texture.c
@@ -106,7 +106,6 @@ static void test_cube_texture_from_pool(IDirect3DDevice9 *device_ptr, DWORD caps
     HRESULT hr;
 
     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)
         ok(SUCCEEDED(hr), "hr=0x%.8x\n", hr);
@@ -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)
 {
-    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_MANAGED, TRUE);
     test_cube_texture_from_pool(device_ptr, caps, D3DPOOL_SYSTEMMEM, TRUE);




More information about the wine-cvs mailing list