gallium/xlib: Remove drawable caching from the MakeCurrent path
authorAdam Jackson <ajax@redhat.com>
Tue, 10 Sep 2019 18:59:06 +0000 (14:59 -0400)
committerAdam Jackson <ajax@nwnk.net>
Tue, 17 Sep 2019 20:16:00 +0000 (20:16 +0000)
commitdb8be355d13f7da4890b1856de2bc58b8458d445
tree46fcec31d372f361aedc74c7037e399e246d35fc
parent83f195414a2e89bd9f549dacc04365f67e5bd110
gallium/xlib: Remove drawable caching from the MakeCurrent path

AFAICT this only exists to avoid hitting XMesaFindBuffer, which is a
linear search. But you don't have that many GLX drawables, so whatever.
src/gallium/state_trackers/glx/xlib/glx_api.c