-- v4: win32u: Drop now unused wglShareLists entry points. opengl32: Implement wglShareLists by copying after recreation. win32u: Drop now unused wglCopyContext entry points. opengl32/tests: Add more tests with wglCopyContext after usage. opengl32: Implement wglCopyContext with tracked attributes. opengl32: Track a subset of the context attributes. opengl32: Track current context attributes changes. opengl32/tests: Test wglShareLists with modified contexts. opengl32: Generate args loading / locking for wrapped functions. opengl32: Use cached attributes to detect legacy contexts. opengl32: Cache context creation attributes. opengl32: Simplify wglMake(Context)Current control flow.