Alexandre Julliard pushed to branch master at wine / wine Commits: 80a14c2a by Matteo Bruni at 2025-12-22T13:12:14+01:00 wined3d/gl: Only check GL context when accessing onscreen resources. 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. - - - - - 1 changed file: - dlls/wined3d/context_gl.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/80a14c2a04952ee667c0904cea77f2e... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/80a14c2a04952ee667c0904cea77f2e... You're receiving this email because of your account on gitlab.winehq.org.