Henri Verbeet : wined3d: WINED3DFMT_INTZ is a FOURCC format.

Alexandre Julliard julliard at winehq.org
Mon Jan 24 11:07:37 CST 2011


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Mon Jan 24 11:19:39 2011 +0100

wined3d: WINED3DFMT_INTZ is a FOURCC format.

This is mostly for consistency, in practice ddraw code is never going to use
this format.

---

 dlls/wined3d/utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/wined3d/utils.c b/dlls/wined3d/utils.c
index 15ff298..c114f10 100644
--- a/dlls/wined3d/utils.c
+++ b/dlls/wined3d/utils.c
@@ -157,6 +157,7 @@ static const struct wined3d_format_base_flags format_base_flags[] =
     {WINED3DFMT_MULTI2_ARGB8,       WINED3DFMT_FLAG_FOURCC},
     {WINED3DFMT_G8R8_G8B8,          WINED3DFMT_FLAG_FOURCC},
     {WINED3DFMT_R8G8_B8G8,          WINED3DFMT_FLAG_FOURCC},
+    {WINED3DFMT_INTZ,               WINED3DFMT_FLAG_FOURCC},
     {WINED3DFMT_P8_UINT,            WINED3DFMT_FLAG_GETDC},
     {WINED3DFMT_B8G8R8_UNORM,       WINED3DFMT_FLAG_GETDC},
     {WINED3DFMT_B8G8R8A8_UNORM,     WINED3DFMT_FLAG_GETDC},




More information about the wine-cvs mailing list