wined3d-Copy_Resource_Typeless: Add reference to bug report.

This commit is contained in:
Sebastian Lackner 2017-07-23 21:33:18 +02:00
parent 3bf7fe4763
commit 1a4ebb027f
2 changed files with 2 additions and 0 deletions

View File

@ -9268,6 +9268,7 @@ fi
# |
# | This patchset fixes the following Wine bugs:
# | * [#43264] Implement copying resources between compatible formats
# | * [#42099] Implement copying resources between compatible formats
# |
# | Modified files:
# | * dlls/d3d11/tests/d3d11.c, dlls/wined3d/cs.c, dlls/wined3d/device.c, dlls/wined3d/directx.c, dlls/wined3d/utils.c,

View File

@ -1,3 +1,4 @@
Fixes: [43264] Implement copying resources between compatible formats
Fixes: [42099] Implement copying resources between compatible formats
Depends: d3d11-Depth_Bias
Depends: wined3d-1DTextures