glx: GLX_MESA_multithread_makecurrent is direct-only
authorAdam Jackson <ajax@redhat.com>
Tue, 5 Dec 2017 16:10:09 +0000 (11:10 -0500)
committerAdam Jackson <ajax@redhat.com>
Thu, 9 Aug 2018 16:33:14 +0000 (12:33 -0400)
commit63a6b719d98fb1ad58ae93c2de859e6d4bfa8b8b
treeb95b89a449a98ec574ac8a188463d17f63497654
parentfcf259ef97fef9d52e7f82ef90fb2383438743b3
glx: GLX_MESA_multithread_makecurrent is direct-only

This extension is not defined for indirect contexts. Marking it as
"client only", as the old code did here, would make the extension
available in indirect contexts, even though the server would certainly
not have it in its extension list.

Cc: <mesa-stable@lists.freedesktop.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/glx/glxextensions.c