Added patch to filter out specific warning messages for D3DCompileShader.

This commit is contained in:
Sebastian Lackner
2014-10-20 22:14:11 +02:00
parent aa07c4b087
commit cc459b2b4f
5 changed files with 116 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ PATCHLIST := \
comctl32-LoadIconMetric.ok \
configure-Absolute_RPATH.ok \
configure-Detect_Gnutls.ok \
d3dx9_36-Filter_Warnings.ok \
d3dx9_36-GetShaderSemantics.ok \
d3dx9_36-UpdateSkinnedMesh.ok \
dbghelp-KdHelp.ok \
@@ -301,6 +302,24 @@ configure-Detect_Gnutls.ok:
echo '+ { "configure-Detect_Gnutls", "Sebastian Lackner", "Fix detection of gnutls on Ubuntu 14.10. [rev 3]" },'; \
) > configure-Detect_Gnutls.ok
# Patchset d3dx9_36-Filter_Warnings
# |
# | Included patches:
# | * D3DCompileShader should filter specific warning messages. [by Christian Costa]
# |
# | This patchset fixes the following Wine bugs:
# | * [#33770] D3DCompileShader should filter specific warning messages
# |
# | Modified files:
# | * dlls/d3dx9_36/shader.c
# |
.INTERMEDIATE: d3dx9_36-Filter_Warnings.ok
d3dx9_36-Filter_Warnings.ok:
$(call APPLY_FILE,d3dx9_36-Filter_Warnings/0001-d3dx9_36-Filter-out-D3DCompile-warning-messages-that.patch)
@( \
echo '+ { "d3dx9_36-Filter_Warnings", "Christian Costa", "D3DCompileShader should filter specific warning messages." },'; \
) > d3dx9_36-Filter_Warnings.ok
# Patchset d3dx9_36-GetShaderSemantics
# |
# | Included patches: