Henri Verbeet : wined3d: Get rid of WINED3DDEVINFO_RESOURCEMANAGER.

Alexandre Julliard julliard at winehq.org
Thu Dec 1 14:05:31 CST 2011


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu Dec  1 07:31:43 2011 +0100

wined3d: Get rid of WINED3DDEVINFO_RESOURCEMANAGER.

---

 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;




More information about the wine-cvs mailing list