H. Verbeet : wined3d: Add traces to IWineD3DVertexShaderImpl_SetFunction & IWineD3DPixelShaderImpl_SetFunction .

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jul 25 05:09:46 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 8c981140a208ac7186498876ab2e82332f946fa5
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=8c981140a208ac7186498876ab2e82332f946fa5

Author: H. Verbeet <hverbeet at gmail.com>
Date:   Tue Jul 25 00:51:03 2006 +0200

wined3d: Add traces to IWineD3DVertexShaderImpl_SetFunction & IWineD3DPixelShaderImpl_SetFunction.

---

 dlls/wined3d/pixelshader.c  |    2 ++
 dlls/wined3d/vertexshader.c |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dlls/wined3d/pixelshader.c b/dlls/wined3d/pixelshader.c
index a1c8bf0..4a24213 100644
--- a/dlls/wined3d/pixelshader.c
+++ b/dlls/wined3d/pixelshader.c
@@ -919,6 +919,8 @@ static HRESULT WINAPI IWineD3DPixelShade
     HRESULT hr;
     shader_reg_maps reg_maps;
 
+    TRACE("(%p) : pFunction %p\n", iface, pFunction);
+
     /* First pass: trace shader */
     shader_trace_init((IWineD3DBaseShader*) This, pFunction);
     pshader_set_limits(This);
diff --git a/dlls/wined3d/vertexshader.c b/dlls/wined3d/vertexshader.c
index 84f90f5..c0ee399 100644
--- a/dlls/wined3d/vertexshader.c
+++ b/dlls/wined3d/vertexshader.c
@@ -1126,6 +1126,8 @@ static HRESULT WINAPI IWineD3DVertexShad
     HRESULT hr;
     shader_reg_maps reg_maps;
 
+    TRACE("(%p) : pFunction %p\n", iface, pFunction);
+
     /* First pass: trace shader */
     shader_trace_init((IWineD3DBaseShader*) This, pFunction);
     vshader_set_limits(This);




More information about the wine-cvs mailing list