egl: Fix a false negative check in _eglCheckMakeCurrent.
authorChia-I Wu <olv@lunarg.com>
Sat, 23 Oct 2010 08:51:01 +0000 (16:51 +0800)
committerChia-I Wu <olv@lunarg.com>
Sat, 23 Oct 2010 08:58:38 +0000 (16:58 +0800)
commit0d43cbed2f130c377bed92c7a8ad8c19f441d6a5
treea2996422c1a3db5d0e388f1c9d0acc0df40752ed
parentd19afc57fe49816f3f3290410e0124d326577be2
egl: Fix a false negative check in _eglCheckMakeCurrent.

This call sequence

  eglMakeCurrent(dpy, surf, surf, ctx1);
  eglMakeCurrent(dpy, surf, surf, ctx2);

should be valid if ctx1 and ctx2 have the same client API and are not
current in another thread.
src/egl/main/eglcontext.c