winex11-wglShareLists: Add a new reference to bug report.

Also remove two references in the wined3d-Revert_PixelFormat patchset.
This commit is contained in:
Sebastian Lackner
2015-11-22 22:47:32 +01:00
parent 5decc603f2
commit c60b60d2f5
4 changed files with 11 additions and 6 deletions

View File

@@ -5848,8 +5848,6 @@ fi
# Patchset wined3d-Revert_PixelFormat
# |
# | This patchset fixes the following Wine bugs:
# | * [#35655] Fix wined3d performance drop introduced by pixelformat changes.
# | * [#35718] Fix flickering introduced by pixelformat changes.
# | * [#35975] Fix gray screen on startup introduced by pixelformat changes.
# | * [#36900] Fix missing video introduced by pixelformat changes.
# |
@@ -6442,6 +6440,7 @@ fi
# |
# | This patchset fixes the following Wine bugs:
# | * [#11436] Do not fail when a used context is passed to wglShareLists
# | * [#25419] Fix broken textures in XIII Century: Death or Glory
# |
# | Modified files:
# | * dlls/winex11.drv/opengl.c

View File

@@ -1,5 +1,5 @@
Fixes: [35655] Fix wined3d performance drop introduced by pixelformat changes.
Fixes: [35718] Fix flickering introduced by pixelformat changes.
#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.

View File

@@ -1,2 +1,3 @@
Fixes: [11436] Do not fail when a used context is passed to wglShareLists
Fixes: [25419] Fix broken textures in XIII Century: Death or Glory
Category: stable