egl: Add _eglBindContext.
authorChia-I Wu <olvaffe@gmail.com>
Wed, 27 Jan 2010 15:31:20 +0000 (23:31 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Thu, 28 Jan 2010 09:28:47 +0000 (17:28 +0800)
commit959481ad70b033a254f4d7d0a94dfdfab6b94c15
tree6dbb02bb9709f44c8cfe90c20574d3ff197af572
parenta933259daa98615ad7473c53623a96f612e9a311
egl: Add _eglBindContext.

It works similar to _eglMakeCurrent, except that the old context and
surfaces are returned instead of destroyed.  _eglMakeCurrent is now
calling the new _eglBindContext.
src/egl/main/eglcontext.c
src/egl/main/eglcontext.h