wined3d-Revert_PixelFormat: Remove reference to bugs marked as fixed.

This commit is contained in:
Sebastian Lackner
2015-11-26 00:03:21 +01:00
parent 6f9e2dae7d
commit 208a1f6573
3 changed files with 3 additions and 9 deletions

View File

@@ -5839,10 +5839,6 @@ fi
# Patchset wined3d-Revert_PixelFormat
# |
# | This patchset fixes the following Wine bugs:
# | * [#35975] Fix gray screen on startup introduced by pixelformat changes.
# | * [#36900] Fix missing video introduced by pixelformat changes.
# |
# | Modified files:
# | * dlls/d3d8/tests/device.c, dlls/d3d9/tests/device.c, dlls/ddraw/tests/ddraw1.c, dlls/ddraw/tests/ddraw2.c,
# | dlls/ddraw/tests/ddraw4.c, dlls/ddraw/tests/ddraw7.c, dlls/wined3d/context.c, dlls/wined3d/wined3d_private.h

View File

@@ -1,8 +1,8 @@
#Fixes: [35655] Fix wined3d performance drop introduced by pixelformat changes.
#Fixes: [35718] Fix flickering introduced by pixelformat changes.
#Fixes: [35950] Fix black screen on startup introduced by pixelformat changes.
Fixes: [35975] Fix gray screen on startup introduced by pixelformat changes.
Fixes: [36900] Fix missing video introduced by pixelformat changes.
#Fixes: [35975] Fix gray screen on startup introduced by pixelformat changes.
#Fixes: [36900] Fix missing video introduced by pixelformat changes.
Category: stable
# Causes regression?