21 Dec
2025
21 Dec
'25
11:58 p.m.
Checking every time the GL context is acquired is a lot. We could do something more fancy (e.g. checking in TestCooperativeLevel() and such) but I don't think it's worth it. This avoids frequent GetDC() calls, which introduce significant locking overhead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9812