egl: Add reference count for resources.
authorChia-I Wu <olv@lunarg.com>
Sat, 23 Oct 2010 03:59:03 +0000 (11:59 +0800)
committerChia-I Wu <olv@lunarg.com>
Sat, 23 Oct 2010 07:19:34 +0000 (15:19 +0800)
commitdc4f845c37a8446de19036e24fd397a0aa864c02
tree7b1d125da53a1a6f932eae5cdbbdbcf489474601
parent662e098b560c6983f5ac320cc5ff7a82ecdc5f8a
egl: Add reference count for resources.

This is a really simple mechanism.  There is no atomicity and the caller
is expected to hold the display lock.
src/egl/main/eglcontext.c
src/egl/main/eglcontext.h
src/egl/main/egldisplay.c
src/egl/main/egldisplay.h
src/egl/main/eglimage.c
src/egl/main/eglimage.h
src/egl/main/eglsurface.c
src/egl/main/eglsurface.h
src/egl/main/eglsync.c
src/egl/main/eglsync.h