mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[D3DCOMPILER_43] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=66415
This commit is contained in:
parent
cdd19990f6
commit
718e01f661
2 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||
|
||||
",",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue