egl: Do not unload drivers.
authorChia-I Wu <olv@lunarg.com>
Sun, 12 Dec 2010 10:13:27 +0000 (18:13 +0800)
committerChia-I Wu <olv@lunarg.com>
Sun, 12 Dec 2010 10:31:48 +0000 (18:31 +0800)
commitd6b1478ff0499059661df145efe469e7b28ff7bf
tree736440f2e11856e4b6b26e2139e24eb357f800d8
parent1c01bedb02617d8c0ff208b39d11e50fd1051430
egl: Do not unload drivers.

When the driver is the last reference to libEGL.so, unloading it will
cause libEGL.so to be unmapped and give problems.  Disable the unloading
for now.  Still have to figure out the right timing to unload drivers.
src/egl/main/egldriver.c