http://bugs.winehq.org/show_bug.cgi?id=58459
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #78937|0 |1 is obsolete| |
--- Comment #8 from Rémi Bernon rbernon@codeweavers.com --- Created attachment 78940 --> http://bugs.winehq.org/attachment.cgi?id=78940 possible fix
Hmm... I still think the patch is right in its way, as we shouldn't clear the window drawable just because the current context is deactivated, but it seems that the DC also loses its opengl drawable. Possibly because it's been released then acquired again. What about these patches?
They move the DC drawable release to its destruction (although it then also needs some tweaks with DCE which apparently reuse DCs across windows without cleaning up... though it's not completely clear to me what the logic actually is).