OSDN Git Service

egl: Remove hash table for surfaces.
authorChia-I Wu <olvaffe@gmail.com>
Fri, 14 Aug 2009 09:29:23 +0000 (17:29 +0800)
committerBrian Paul <brianp@vmware.com>
Tue, 18 Aug 2009 14:49:34 +0000 (08:49 -0600)
commit7a9f52800932c02f5b425158b4978d0c1d2f4fd3
tree7c7b2c31e47a50f6f9bc11ec932ec722314f1246
parentccc2b0bc65b02d4582d52d133290c8cb046bce8f
egl: Remove hash table for surfaces.

The hash table was used to map a surface 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/eglsurface.h