Mark various upstream bugs as fixed.

This commit is contained in:
Sebastian Lackner
2015-02-08 17:18:45 +01:00
parent b70612a236
commit 865083f801
5 changed files with 17 additions and 4 deletions

View File

@@ -1,2 +1,3 @@
Fixes: Add nvapi stubs required for GPU PhysX support
Fixes: [35062] Fix graphical corruption in FarCry 3 with NVIDIA drivers
Depends: nvcuda-CUDA_Support

View File

@@ -1 +1,2 @@
Fixes: Basic support for CUDA
Fixes: [37664] MediaCoder needs CUDA for video encoding

View File

@@ -2344,6 +2344,9 @@ fi
# Patchset nvcuda-CUDA_Support
# |
# | This patchset fixes the following Wine bugs:
# | * [#37664] MediaCoder needs CUDA for video encoding
# |
# | 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,
@@ -2372,6 +2375,9 @@ fi
# Patchset nvapi-Stub_DLL
# |
# | This patchset fixes the following Wine bugs:
# | * [#35062] Fix graphical corruption in FarCry 3 with NVIDIA drivers
# |
# | Modified files:
# | * configure.ac, dlls/nvapi/Makefile.in, dlls/nvapi/nvapi.c, dlls/nvapi/nvapi.spec, dlls/nvapi/tests/Makefile.in,
# | dlls/nvapi/tests/nvapi.c, dlls/nvapi64/Makefile.in, dlls/nvapi64/nvapi64.spec, include/Makefile.in, include/nvapi.h
@@ -2569,7 +2575,8 @@ fi
# Patchset server-Stored_ACLs
# |
# | This patchset fixes the following Wine bugs:
# | * [#31858] Support for stored file ACLs
# | * [#31858] Silverlight needs support for file ACLs
# | * [#33576] Support for stored file ACLs
# |
# | Modified files:
# | * dlls/advapi32/tests/security.c, include/wine/port.h, server/change.c, server/file.c, server/file.h

View File

@@ -1,2 +1,3 @@
Depends: ntdll-DOS_Attributes
Fixes: [31858] Support for stored file ACLs
Fixes: [31858] Silverlight needs support for file ACLs
Fixes: [33576] Support for stored file ACLs