gallium/xlib: Remove MakeCurrent_PrevContext
authorAdam Jackson <ajax@redhat.com>
Tue, 10 Sep 2019 19:06:29 +0000 (15:06 -0400)
committerAdam Jackson <ajax@nwnk.net>
Tue, 17 Sep 2019 20:16:00 +0000 (20:16 +0000)
commita693f98e17694841fac1e3c90dfb5f5f46942486
tree25a0b2d1ed5386a63e4a870769fffc620f07e96a
parentdb8be355d13f7da4890b1856de2bc58b8458d445
gallium/xlib: Remove MakeCurrent_PrevContext

As the comment notes, this is not thread-safe. You can just as easily
use GetCurrentContext instead, so, do that.
src/gallium/state_trackers/glx/xlib/glx_api.c