[D3DCOMPILER_43] Sync with Wine Staging 1.7.37. CORE-9246
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 22 Feb 2015 18:53:39 +0000 (18:53 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 22 Feb 2015 18:53:39 +0000 (18:53 +0000)
svn path=/trunk/; revision=66415

reactos/dll/directx/wine/d3dcompiler_43/utils.c
reactos/media/doc/README.WINE

index 330ccb1..aea0a56 100644 (file)
@@ -2078,6 +2078,11 @@ static const char *debug_expr_op(const struct hlsl_ir_expr *expr)
 
         "sat",
 
+        "pre++",
+        "pre--",
+        "post++",
+        "post--",
+
         "+",
         "-",
         "*",
@@ -2108,11 +2113,6 @@ static const char *debug_expr_op(const struct hlsl_ir_expr *expr)
 
         "pow",
 
-        "pre++",
-        "pre--",
-        "post++",
-        "post--",
-
         "lerp",
 
         ",",
index ff8e644..930ac2a 100644 (file)
@@ -30,7 +30,7 @@ The following libraries are shared with Wine.
 reactos/dll/directx/wine/amstream       # Synced to Wine-1.7.27
 reactos/dll/directx/wine/d3d8           # Synced to Wine-1.7.27
 reactos/dll/directx/wine/d3d9           # Synced to Wine-1.7.27
-reactos/dll/directx/wine/d3dcompiler_43 # Synced to Wine-1.7.27
+reactos/dll/directx/wine/d3dcompiler_43 # Synced to WineStaging-1.7.37
 reactos/dll/directx/wine/d3drm          # Synced to Wine-1.7.27
 reactos/dll/directx/wine/d3dx9_24 => 43 # Synced to Wine-1.7.27
 reactos/dll/directx/wine/d3dxof         # Synced to Wine-1.7.27