From 3109a95e56b196f292b0a5da7b411236cef49ee5 Mon Sep 17 00:00:00 2001 From: stefan11111 Date: Wed, 22 Oct 2025 13:16:54 +0300 Subject: [PATCH] glx: vndcmds: Update a comment Signed-off-by: stefan11111 --- glx/vndcmds.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glx/vndcmds.c b/glx/vndcmds.c index 39a283ffb8..86ce1aea4e 100644 --- a/glx/vndcmds.c +++ b/glx/vndcmds.c @@ -229,6 +229,8 @@ static int CommonMakeCurrent(ClientPtr client, // TODO: For switching contexts in a single vendor, just make one // makeCurrent call? + // Apparently, the answer is 'no': https://github.com/X11Libre/xserver/issues/1246 + // TODO: When changing vendors, would it be better to do the // MakeCurrent(new) first, then the LoseCurrent(old)? // If the MakeCurrent(new) fails, then the old context will still be current.