Matteo Bruni : wined3d: Update comment on top of format_texture_info[].

Alexandre Julliard julliard at winehq.org
Wed Apr 10 14:16:16 CDT 2013


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

Author: Matteo Bruni <mbruni at codeweavers.com>
Date:   Wed Apr 10 01:35:43 2013 +0200

wined3d: Update comment on top of format_texture_info[].

---

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

diff --git a/dlls/wined3d/utils.c b/dlls/wined3d/utils.c
index d2ada07..d7cec9b 100644
--- a/dlls/wined3d/utils.c
+++ b/dlls/wined3d/utils.c
@@ -582,10 +582,10 @@ static void convert_s8_uint_d24_float(const BYTE *src, BYTE *dst, UINT pitch, UI
  *     WINED3DFMT_NVHS */
 static const struct wined3d_format_texture_info format_texture_info[] =
 {
-    /* format id                        internal                          srgbInternal                       rtInternal
-            format                      type
+    /* format id                        gl_internal                       gl_srgb_internal                      gl_rt_internal
+            gl_format                   gl_type                           conv_byte_count
             flags
-            extension */
+            extension                   convert */
     /* FourCC formats */
     /* GL_APPLE_ycbcr_422 claims that its '2YUV' format, which is supported via the UNSIGNED_SHORT_8_8_REV_APPLE type
      * is equivalent to 'UYVY' format on Windows, and the 'YUVS' via UNSIGNED_SHORT_8_8_APPLE equates to 'YUY2'. The




More information about the wine-cvs mailing list