egl: Always lock a display before using it.
authorChia-I Wu <olv@lunarg.com>
Wed, 17 Feb 2010 09:30:44 +0000 (17:30 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 17 Feb 2010 12:00:12 +0000 (20:00 +0800)
commit655f4654675e601a9482e40d8e50156c965b8934
tree3a8c334c011d9fbf5d3c43d73a6996c973a38883
parentdb5ce8b3843a03c6f83a02a79f033d7e74784dd5
egl: Always lock a display before using it.

This gives a simple access control to the display.  It is potentially
slow, but a finer grained mutex can always be used in the future.  The
benefit of this simple approach is that drivers need not to worry about
thread-safety.
src/egl/main/eglapi.c
src/egl/main/eglapi.h