Henri Verbeet : wined3d: Get rid of WINED3DDEVINFO_VCACHE.

Alexandre Julliard julliard at winehq.org
Mon Dec 5 14:55:00 CST 2011


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Sun Dec  4 15:50:16 2011 +0100

wined3d: Get rid of WINED3DDEVINFO_VCACHE.

---

 include/wine/wined3d.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/include/wine/wined3d.h b/include/wine/wined3d.h
index 2704152..f4f9578 100644
--- a/include/wine/wined3d.h
+++ b/include/wine/wined3d.h
@@ -1725,16 +1725,6 @@ typedef struct _WINED3DBOX
     UINT Back;
 } WINED3DBOX;
 
-/*Vertex cache optimization hints.*/
-typedef struct WINED3DDEVINFO_VCACHE
-{
-    DWORD Pattern;      /* Must be a 4 char code FOURCC (e.g. CACH) */
-    DWORD OptMethod;    /* 0 to get the longest  strips, 1 vertex cache */
-    DWORD CacheSize;    /* Cache size to use (only valid if OptMethod==1) */
-    DWORD MagicNumber;  /* Internal for deciding when to restart strips,
-                           non user modifiable (only valid if OptMethod==1) */
-} WINED3DDEVINFO_VCACHE;
-
 typedef struct WineDirect3DStridedData
 {
     enum wined3d_format_id format;   /* Format of the data */




More information about the wine-cvs mailing list