Added patch to enable second version of wined3d with STAGING_CSMT enabled.

This commit is contained in:
Sebastian Lackner 2014-12-14 21:45:45 +01:00
parent 5c6cef5ac8
commit 2971d1f90b
5 changed files with 677 additions and 98 deletions

View File

@ -503,8 +503,7 @@ def resolve_dependencies(all_patches, index):
# Recusively resolve dependencies
all_patches[i].verify_resolved = -1
for sub_depends in all_patches[i].depends:
_resolve(sub_depends)
_resolve(all_patches[i].depends)
all_patches[i].verify_resolved = 1
resolved.append(i)

View File

@ -1845,14 +1845,17 @@ winebuild-LinkerVersion.ok:
# Patchset wined3d-CSMT_Helper
# |
# | Modified files:
# | * dlls/ddraw/surface.c, dlls/wined3d/resource.c, dlls/wined3d/surface.c, dlls/wined3d/volume.c, dlls/wined3d/wined3d.spec,
# | dlls/wined3d/wined3d_private.h, include/wine/wined3d.h
# | * configure, configure.ac, dlls/ddraw/surface.c, dlls/wined3d-csmt/Makefile.in, dlls/wined3d-csmt/version.rc, dlls
# | /wined3d-csmt/wined3d-csmt.spec, dlls/wined3d/resource.c, dlls/wined3d/surface.c, dlls/wined3d/volume.c,
# | dlls/wined3d/wined3d.spec, dlls/wined3d/wined3d_private.h, include/wine/wined3d.h
# |
.INTERMEDIATE: wined3d-CSMT_Helper.ok
wined3d-CSMT_Helper.ok:
wined3d-CSMT_Helper.ok: wined3d-DXTn.ok
$(call APPLY_FILE,wined3d-CSMT_Helper/0001-wined3d-Merge-get_pitch-functions.patch)
$(call APPLY_FILE,wined3d-CSMT_Helper/0002-wined3d-Add-second-dll-with-STAGING_CSMT-definition-.patch)
@( \
echo '+ { "Stefan Dösinger", "wined3d: Merge get_pitch functions.", 1 },'; \
echo '+ { "Sebastian Lackner", "wined3d: Add second dll with STAGING_CSMT definition set.", 1 },'; \
) > wined3d-CSMT_Helper.ok
# Patchset wined3d-CSMT_Main

View File

@ -0,0 +1 @@
Depends: wined3d-DXTn

File diff suppressed because it is too large Load Diff