Added patch to implement cuModuleLoad wrapper function.

This commit is contained in:
Sebastian Lackner
2015-03-07 06:21:57 +01:00
parent 17eccd79dc
commit 6d2bd768c8
3 changed files with 120 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -38,6 +38,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patches to improve performance by reusing old async IO structure if possible.
* Added patch to increase wineconsole commandline buffer size.
* Added patch to replace hardcoded values with sizeof(GUID) for d3dxof.
* Added patch to implement cuModuleLoad wrapper function.
* Removed patch to properly call DriverUnload when unloading device drivers (accepted upstream).
* Removed patch to allow Accept-Encoding for HTTP/1.0 in wininet (accepted upstream).
* Removed patch to declare pDirectInputCreateEx in a MSVC compatible way (accepted upstream).