Properly wrap CUDA stream callbacks by forwarding them to a separate worker thread.

This commit is contained in:
Sebastian Lackner
2015-01-22 01:05:36 +01:00
parent f64437a901
commit fbe41916cb
3 changed files with 212 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -4,6 +4,7 @@ wine-staging (1.7.35) UNRELEASED; urgency=low
* Automatically enable fallback method to apply patches when running from inside of a git subdirectory.
* Synchronize CSMT patchset with https://github.com/stefand/wine.
* Several improvements to make nvcuvid (CUDA video decoding) better compatible with x86_64.
* Properly wrap CUDA stream callbacks by forwarding them to a separate worker thread.
* Added patch to quote program name in ShellExecute[Ex] when it contains spaces.
* Added patch to implement support for DDS file format in D3DXSaveTextureToFileInMemory.
* Added patch to avoid appending duplicate NULL character when importing keys with regedit.