Added patch to avoid calling IDirect3DDevice7_DrawIndexedPrimitive if there is no primitive.

This commit is contained in:
Sebastian Lackner
2014-12-27 18:56:01 +01:00
parent 913f7f2af2
commit 1944c4b4e8
3 changed files with 47 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ PATCHLIST := \
d3dx9_36-UpdateSkinnedMesh.ok \
dbghelp-Debug_Symbols.ok \
dbghelp-KdHelp.ok \
ddraw-d3d_execute_buffer.ok \
dinput-Events.ok \
dsound-Fast_Mixer.ok \
dxgi-GetDesc.ok \
@@ -509,6 +510,18 @@ dbghelp-KdHelp.ok:
echo '+ { "Sebastian Lackner", "dbghelp: Don'\''t fill KdHelp structure for usermode applications.", 1 },'; \
) > dbghelp-KdHelp.ok
# Patchset ddraw-d3d_execute_buffer
# |
# | Modified files:
# | * dlls/ddraw/executebuffer.c
# |
.INTERMEDIATE: ddraw-d3d_execute_buffer.ok
ddraw-d3d_execute_buffer.ok:
$(call APPLY_FILE,ddraw-d3d_execute_buffer/0001-ddraw-Don-t-call-IDirect3DDevice7_DrawIndexedPrimiti.patch)
@( \
echo '+ { "Christian Costa", "ddraw: Don'\''t call IDirect3DDevice7_DrawIndexedPrimitive if there is no primitive.", 1 },'; \
) > ddraw-d3d_execute_buffer.ok
# Patchset dinput-Events
# |
# | This patchset fixes the following Wine bugs: