Roderick Colenbrander : wined3d: Update the d3dusage query mask with 0x100000 (vertextexture).

Alexandre Julliard julliard at winehq.org
Mon Jun 23 07:35:46 CDT 2008


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

Author: Roderick Colenbrander <thunderbird2k at gmx.net>
Date:   Sun Jun 22 13:41:39 2008 +0000

wined3d: Update the d3dusage query mask with 0x100000 (vertextexture).

---

 include/wine/wined3d_types.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wine/wined3d_types.h b/include/wine/wined3d_types.h
index d85e343..81599ec 100644
--- a/include/wine/wined3d_types.h
+++ b/include/wine/wined3d_types.h
@@ -1343,7 +1343,7 @@ typedef enum {
 #define WINED3DUSAGE_QUERY_SRGBWRITE                0x00040000L
 #define WINED3DUSAGE_QUERY_VERTEXTEXTURE            0x00100000L
 #define WINED3DUSAGE_QUERY_WRAPANDMIP               0x00200000L
-#define WINED3DUSAGE_QUERY_MASK                     0x002F8000L
+#define WINED3DUSAGE_QUERY_MASK                     0x003F8000L
 
 typedef enum _WINED3DSURFTYPE {
     SURFACE_UNKNOWN    = 0,   /* Default / Unknown surface type */




More information about the wine-cvs mailing list