diff options
author | Zack Rusin <[email protected]> | 2013-02-14 20:39:36 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-02-19 12:50:16 -0800 |
commit | 076403c30d9f5cc79374e30d9f6007b08a63bf2d (patch) | |
tree | 8d3a4c2644224ef3aedc8b8926ee4183093680e9 /src/gallium/drivers | |
parent | 4c64f65f5d990a83af383790221c242d7195b5a0 (diff) |
DRI2: Don't disable GLX_INTEL_swap_event unconditionally
GLX_INTEL_swap_event is broken on the server side, where it's
currently unconditionally enabled. This completely breaks
systems running on drivers which don't support that extension.
There's no way to test for its presence on this side, so instead
of disabling it uncondtionally, just disable it for drivers
which are known to not support it. It makes sense because
most drivers do support it right now.
We'll be able to remove this once Xserver properly advertises
GLX_INTEL_swap_event.
Note: This is a candidate for stable branch branches.
Signed-off-by: Zack Rusin <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=60052
Reviewed-by: Jesse Barnes <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Tested-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
0 files changed, 0 insertions, 0 deletions