egl: Add _EGLResource and _EGLResourceType.
authorChia-I Wu <olvaffe@gmail.com>
Sun, 24 Jan 2010 12:30:04 +0000 (20:30 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 24 Jan 2010 12:38:15 +0000 (20:38 +0800)
commit7abf42626fe8552cf898652134f3767e591614ab
tree3789e1b655e73cdc7cec84ba1954844e49af5ab3
parentb4d2c97a2d2cce92fa638ff74bef7dedf593fd1f
egl: Add _EGLResource and _EGLResourceType.

Resources are objects managed by a display.  They can be linked to or
unlinked from a display.  It is also possible to check if a resource is
valid.
src/egl/main/egldisplay.c
src/egl/main/egldisplay.h
src/egl/main/egltypedefs.h