Henri Verbeet : ddraw: Print unhandled vertex processing flags in IDirect3DExecuteBufferImpl_Execute ().

Alexandre Julliard julliard at winehq.org
Mon Mar 15 12:19:41 CDT 2010


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Sun Mar 14 21:53:20 2010 +0100

ddraw: Print unhandled vertex processing flags in IDirect3DExecuteBufferImpl_Execute().

---

 dlls/ddraw/executebuffer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddraw/executebuffer.c b/dlls/ddraw/executebuffer.c
index 129a0b8..29fd65e 100644
--- a/dlls/ddraw/executebuffer.c
+++ b/dlls/ddraw/executebuffer.c
@@ -489,7 +489,7 @@ IDirect3DExecuteBufferImpl_Execute(IDirect3DExecuteBufferImpl *This,
 			
 			memcpy(dst, src, ci->dwCount * sizeof(D3DTLVERTEX));
 		    } else {
-		        ERR("Unhandled vertex processing !\n");
+		        ERR("Unhandled vertex processing flag %#x.\n", ci->dwFlags);
 		    }
 
 		    instr += size;




More information about the wine-cvs mailing list