wined3d-Copy_Resource_Typeless: Add reference to bug report.

This commit is contained in:
Sebastian Lackner 2017-07-12 22:27:09 +02:00
parent edcc6684ad
commit c1b18bc491
2 changed files with 4 additions and 1 deletions

View File

@ -9162,6 +9162,9 @@ fi
# | This patchset has the following (direct or indirect) dependencies:
# | * d3d11-Depth_Bias
# |
# | This patchset fixes the following Wine bugs:
# | * [#43264] 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,
# | dlls/wined3d/wined3d_gl.h, dlls/wined3d/wined3d_private.h

View File

@ -1,2 +1,2 @@
Fixes: Implement copying resources between compatible formats
Fixes: [43264] Implement copying resources between compatible formats
Depends: d3d11-Depth_Bias