glx: vndcmds: Update a comment

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
stefan11111
2025-10-22 13:16:54 +03:00
committed by Enrico Weigelt
parent 9c53dd0a87
commit 3109a95e56

View File

@@ -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.