egl: Add a simple cache for driver probe.
authorChia-I Wu <olvaffe@gmail.com>
Wed, 20 Jan 2010 06:35:50 +0000 (14:35 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Wed, 20 Jan 2010 09:44:12 +0000 (17:44 +0800)
commitc5766c4ae39b4190965abd65eaf67b478a9ad028
treeee259fc4fff9b8462aa586cea85ccf08d57e1114
parentcf22fd5e5b13ccdb02ba0368ea722ede3bbc6de0
egl: Add a simple cache for driver probe.

In current design, multiple drivers will probe the same display and the
best driver is determined.  The cache can be used by the drivers to
store and share the probed data.
src/egl/main/egldriver.c
src/egl/main/egldriver.h