Re: [Mesa-dev] [PATCH] egl/x11: Fix initialisation of swap_interval

2013-04-10 Thread Eric Anholt
Chad Versace writes: > From: Ralf Jung > > The EGLConfig attributes EGL_MIN/MAX_SWAP_INTERVAL were incorrectly set to > 0 and 0. This prevented clients from setting the swap interval to a > reasonable value, like 1 or 2. > > Swap interval worked correctly in Mesa 9.0. The commit below introduced

[Mesa-dev] [PATCH] egl/x11: Fix initialisation of swap_interval

2013-04-10 Thread Chad Versace
From: Ralf Jung The EGLConfig attributes EGL_MIN/MAX_SWAP_INTERVAL were incorrectly set to 0 and 0. This prevented clients from setting the swap interval to a reasonable value, like 1 or 2. Swap interval worked correctly in Mesa 9.0. The commit below introduced the bug. commit 7e9bd2b2ed35a