commit | 0cd473c5d57f26fbbe49a2ad8a27d95bd735c723 | [log] [tgz] |
---|---|---|
author | Jesse Barker <jesse.barker@linaro.org> | Thu Aug 23 15:47:12 2012 -0700 |
committer | Jesse Barker <jesse.barker@linaro.org> | Thu Aug 23 15:47:12 2012 -0700 |
tree | 6a921daae4639d5f061dc2b736fe65c9f97abb62 | |
parent | 86420eb42a1f138cb7f5d448d1f9d030ebdee5e3 [diff] |
CanvasX11GLX: Updates to handle the API change for GLX_EXT_swap_control (The spec always had a void return value for glXSwapIntervalEXT, however, the original example and protocol had a return value of int. To make matters worse, the header files in mesa were updated a year after the spec.). Also, make the GLX_MESA_swap_control initialization match the new logic for GLX_EXT_swap_control.