glx: Don't enable INTEL_swap_event unconditionally
authorAdam Jackson <ajax@redhat.com>
Sat, 29 Oct 2011 00:38:32 +0000 (20:38 -0400)
committerAdam Jackson <ajax@redhat.com>
Sat, 29 Oct 2011 00:38:32 +0000 (20:38 -0400)
commit25620eb1d277c6b80edb136eaeca12532fcfd3ce
treed1781921bfc800e68014346433169fd46790f3e1
parent0c6a2c78fdd8b4ae620a9f449cab65c4be21a9a1
glx: Don't enable INTEL_swap_event unconditionally

DRI2 supports this now - and already enables it explicitly - but drisw
does not and should not.  Otherwise toolkits like clutter will only ever
SwapBuffers once and wait forever for an event that's not coming.

Signed-off-by: Adam Jackson <ajax@redhat.com>
src/glx/glxextensions.c