Stefan Dösinger : wined3d: Add D3D7 texture stage types.

Alexandre Julliard julliard at wine.codeweavers.com
Sat Mar 4 11:10:01 CST 2006


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

Author: Stefan Dösinger <stefandoesinger at gmx.at>
Date:   Fri Mar  3 13:39:48 2006 +0100

wined3d: Add D3D7 texture stage types.

---

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

diff --git a/include/wine/wined3d_types.h b/include/wine/wined3d_types.h
index 65433f3..8735037 100644
--- a/include/wine/wined3d_types.h
+++ b/include/wine/wined3d_types.h
@@ -386,6 +386,16 @@ typedef enum _WINED3DTEXTURESTAGESTATETY
     WINED3DTSS_BUMPENVMAT10          =  9,
     WINED3DTSS_BUMPENVMAT11          = 10,
     WINED3DTSS_TEXCOORDINDEX         = 11,
+    WINED3DTSS_ADDRESS               = 12,
+    WINED3DTSS_ADDRESSU              = 13,
+    WINED3DTSS_ADDRESSV              = 14,
+    WINED3DTSS_BORDERCOLOR           = 15,
+    WINED3DTSS_MAGFILTER             = 16,
+    WINED3DTSS_MINFILTER             = 17,
+    WINED3DTSS_MIPFILTER             = 18,
+    WINED3DTSS_MIPMAPLODBIAS         = 19,
+    WINED3DTSS_MAXMIPLEVEL           = 20,
+    WINED3DTSS_MAXANISOTROPY         = 21,
     WINED3DTSS_BUMPENVLSCALE         = 22,
     WINED3DTSS_BUMPENVLOFFSET        = 23,
     WINED3DTSS_TEXTURETRANSFORMFLAGS = 24,




More information about the wine-cvs mailing list