Added first nvcuda implementation.

This commit is contained in:
Michael Müller 2015-01-01 22:38:59 +01:00
parent 9f43cabb0a
commit e09be4fd77
3 changed files with 3288 additions and 0 deletions

1
debian/changelog vendored
View File

@ -24,6 +24,7 @@ wine-staging (1.7.34) UNRELEASED; urgency=low
* Added patch to fix access violation when calling GetStringTypeW with NULL src.
* Added patch for ID3DXFont::DrawTextA/W support.
* Added patch to fix parameters for ConvertToIndexedBlendedMesh stub.
* Added patch for nvcuda.
* Removed patch to implement combase HSTRING objects (accepted upstream).
* Removed patch to add fake ProductId to registry (accepted upstream).
* Removed patch to implement stubs for MFStartup and MFShutdown (accepted upstream).

View File

@ -89,6 +89,7 @@ PATCHLIST := \
ntoskrnl-KeSetSystemAffinityThread.ok \
ntoskrnl-Stub_FileObject.ok \
ntoskrnl-Write_CR4.ok \
nvcuda.ok \
ole32-CoWaitForMultipleHandles.ok \
quartz-MediaSeeking_Positions.ok \
riched20-IText_Interface.ok \
@ -1381,6 +1382,19 @@ ntoskrnl-Write_CR4.ok:
echo '+ { "Stefan Leichter", "ntoskrnl.exe: Emulate write to CR4 register.", 1 },'; \
) > ntoskrnl-Write_CR4.ok
# Patchset nvcuda
# |
# | Modified files:
# | * configure.ac, dlls/nvcuda/Makefile.in, dlls/nvcuda/internal.c, dlls/nvcuda/nvcuda.c, dlls/nvcuda/nvcuda.h,
# | dlls/nvcuda/nvcuda.rc, dlls/nvcuda/nvcuda.spec, dlls/nvcuda/tests/Makefile.in, dlls/nvcuda/tests/nvcuda.c
# |
.INTERMEDIATE: nvcuda.ok
nvcuda.ok:
$(call APPLY_FILE,nvcuda/0001-nvcuda-First-implementation.patch)
@( \
echo '+ { "Michael Müller", "nvcuda: First implementation.", 1 },'; \
) > nvcuda.ok
# Patchset ole32-CoWaitForMultipleHandles
# |
# | Modified files:

File diff suppressed because it is too large Load Diff