Roderick Colenbrander : wined3d: Remove unneeded d3dfmt_get_conv conversion constants.

Alexandre Julliard julliard at winehq.org
Mon May 17 09:39:34 CDT 2010


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

Author: Roderick Colenbrander <thunderbird2k at gmail.com>
Date:   Mon May 17 13:11:39 2010 +0200

wined3d: Remove unneeded d3dfmt_get_conv conversion constants.

---

 dlls/wined3d/wined3d_private.h |   20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h
index ce9f04c..0b22a56 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -2215,26 +2215,8 @@ typedef enum {
     CONVERT_PALETTED_CK,
     CONVERT_CK_565,
     CONVERT_CK_5551,
-    CONVERT_CK_4444,
-    CONVERT_CK_4444_ARGB,
-    CONVERT_CK_1555,
-    CONVERT_555,
     CONVERT_CK_RGB24,
-    CONVERT_CK_8888,
-    CONVERT_CK_8888_ARGB,
-    CONVERT_RGB32_888,
-    CONVERT_V8U8,
-    CONVERT_L6V5U5,
-    CONVERT_X8L8V8U8,
-    CONVERT_Q8W8V8U8,
-    CONVERT_V16U16,
-    CONVERT_A4L4,
-    CONVERT_G16R16,
-    CONVERT_R16G16F,
-    CONVERT_R32G32F,
-    CONVERT_D15S1,
-    CONVERT_D24X4S4,
-    CONVERT_D24FS8,
+    CONVERT_RGB32_888
 } CONVERT_TYPES;
 
 HRESULT d3dfmt_get_conv(IWineD3DSurfaceImpl *This, BOOL need_alpha_ck, BOOL use_texturing,




More information about the wine-cvs mailing list