[D3DCOMPILER_43] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66415
This commit is contained in:
Amine Khaldi 2015-02-22 18:53:39 +00:00
parent cdd19990f6
commit 718e01f661
2 changed files with 6 additions and 6 deletions

View 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",
",",

View 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