OSDN Git Service

egl: Remove hash table for displays.
authorChia-I Wu <olvaffe@gmail.com>
Fri, 14 Aug 2009 09:47:00 +0000 (17:47 +0800)
committerBrian Paul <brianp@vmware.com>
Tue, 18 Aug 2009 14:49:53 +0000 (08:49 -0600)
commit38feefdc4eb4a3c7530b9cddea4c55e9ef39aec8
treecb7d042db8ac72c18064981e2a3d17aa048e9f91
parent7a9f52800932c02f5b425158b4978d0c1d2f4fd3
egl: Remove hash table for displays.

The hash table was used to map a display to a handle.  It is simpler to
cast directly.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/egl/main/egldisplay.c
src/egl/main/egldisplay.h
src/egl/main/eglglobals.c
src/egl/main/eglglobals.h