egl_dri2: Fix a typo that make glFlush be called at wrong time.
authorChia-I Wu <olv@lunarg.com>
Tue, 26 Oct 2010 07:00:56 +0000 (15:00 +0800)
committerChia-I Wu <olv@lunarg.com>
Tue, 26 Oct 2010 07:04:28 +0000 (15:04 +0800)
commit547e7619aac74ae13bdaa7fdf403a4ceb5212467
tree69762191f5c28bf80fd254af70970d22eaec675c
parentd1acb920163ab0f39ff2fc72b85fc7bf16c37262
egl_dri2: Fix a typo that make glFlush be called at wrong time.

We want to call glFlush when there is a current context.  That is,
old_ctx.  This is a regression introduced by
d19afc57fe49816f3f3290410e0124d326577be2.
src/egl/drivers/dri2/egl_dri2.c