glx: Don't do the implicit glFlush in SwapBuffers if it's the wrong drawable.
authorEric Anholt <eric@anholt.net>
Tue, 15 Feb 2011 02:38:33 +0000 (18:38 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 26 Feb 2011 20:43:15 +0000 (12:43 -0800)
commit4d01bea808592aec74be2d2a4bbb6488b9299cda
treeed1534967e14af48c67e2d130cfdaaeecf7acfba
parent49d7e48b33264d94e30af6129c281b6acafa9427
glx: Don't do the implicit glFlush in SwapBuffers if it's the wrong drawable.

The GLX Spec says you only implicitly glFlush if the drawable being
swapped is the current context's drawable.
src/glx/glxcmds.c