[PATCH 5/5] wined3d: Get rid of WINED3DDEVINFO_RESOURCEMANAGER.

Henri Verbeet hverbeet at codeweavers.com
Thu Dec 1 00:31:43 CST 2011


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

diff --git a/include/wine/wined3d.h b/include/wine/wined3d.h
index 7a15759..89acd0f 100644
--- a/include/wine/wined3d.h
+++ b/include/wine/wined3d.h
@@ -1702,26 +1702,6 @@ typedef struct _WINED3DRASTER_STATUS
     UINT ScanLine;
 } WINED3DRASTER_STATUS;
 
-typedef struct WINED3DRESOURCESTATS
-{
-    BOOL bThrashing;
-    DWORD ApproxBytesDownloaded;
-    DWORD NumEvicts;
-    DWORD NumVidCreates;
-    DWORD LastPri;
-    DWORD NumUsed;
-    DWORD NumUsedInVidMem;
-    DWORD WorkingSet;
-    DWORD WorkingSetBytes;
-    DWORD TotalManaged;
-    DWORD TotalBytes;
-} WINED3DRESOURCESTATS;
-
-typedef struct _WINED3DDEVINFO_RESOURCEMANAGER
-{
-    WINED3DRESOURCESTATS stats[WINED3DRTYPECOUNT];
-} WINED3DDEVINFO_RESOURCEMANAGER;
-
 typedef struct _WINED3DDEVINFO_VERTEXSTATS
 {
     DWORD NumRenderedTriangles;
-- 
1.7.3.4




More information about the wine-patches mailing list