Louis. Lenders : d3d9: Remove ValidatePixel/VertexShader.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jun 16 08:18:01 CDT 2006


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

Author: Louis. Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Thu Jun 15 18:49:46 2006 +0100

d3d9: Remove ValidatePixel/VertexShader.

---

 dlls/d3d9/d3d9.spec   |    2 --
 dlls/d3d9/d3d9_main.c |   24 ------------------------
 2 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/dlls/d3d9/d3d9.spec b/dlls/d3d9/d3d9.spec
index 24e3ce6..0e6e5d2 100644
--- a/dlls/d3d9/d3d9.spec
+++ b/dlls/d3d9/d3d9.spec
@@ -1,6 +1,4 @@
 @ stdcall D3D9GetSWInfo()
 @ stdcall DebugSetMute()
 @ stdcall Direct3DCreate9(long)
-@ stdcall ValidatePixelShader(ptr long long ptr)
-@ stdcall ValidateVertexShader(ptr long long ptr)
 @ stdcall D3DPERF_SetOptions(long)
diff --git a/dlls/d3d9/d3d9_main.c b/dlls/d3d9/d3d9_main.c
index 3ef5441..b64f50e 100644
--- a/dlls/d3d9/d3d9_main.c
+++ b/dlls/d3d9/d3d9_main.c
@@ -71,30 +71,6 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, 
 }
 
 /***********************************************************************
- *		ValidateVertexShader (D3D9.@)
- *
- * PARAMS
- * toto       result?
- */
-BOOL WINAPI ValidateVertexShader(LPVOID pFunction, int param1, int param2, LPVOID toto)
-{
-  FIXME("(%p %d %d %p): stub\n", pFunction, param1, param2, toto);
-  return TRUE;
-}
-
-/***********************************************************************
- *		ValidatePixelShader (D3D9.@)
- *
- * PARAMS
- * toto       result?
- */
-BOOL WINAPI ValidatePixelShader(LPVOID pFunction, int param1, int param2, LPVOID toto)
-{
-  FIXME("(%p %d %d %p): stub\n", pFunction, param1, param2, toto);
-  return TRUE;
-}
-
-/***********************************************************************
  *              D3DPERF_SetOptions (D3D9.@)
  *
  */




More information about the wine-cvs mailing list