eliminate the context hash table
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 May 2008 20:21:25 +0000 (14:21 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 May 2008 20:21:25 +0000 (14:21 -0600)
commit5e7dba541298a29f175f9d077bf6f63030465d94
treeaceb7df27599a1f3e0eb8ed0da365cc47e3039ca
parent209a557574b9833da3d6ac299c83f4cddfff6910
eliminate the context hash table

In EGL 1.4 the opaque EGLContext type is a pointer so we can just cast
between public EGLContext handles and private _EGLContext pointers.
src/egl/main/eglapi.c
src/egl/main/eglcontext.c
src/egl/main/eglcontext.h
src/egl/main/eglglobals.c
src/egl/main/eglglobals.h