egl: Add a function to convert __GLcontextModes to _EGLConfig.
authorChia-I Wu <olvaffe@gmail.com>
Sun, 27 Sep 2009 08:14:36 +0000 (16:14 +0800)
committerBrian Paul <brianp@vmware.com>
Tue, 29 Sep 2009 14:10:47 +0000 (08:10 -0600)
commit55893b9439754c5213a9c182ee84f6c2554a0281
treed1509e0816221d3b9486ef7729966ae935ca779d
parent56822b0812cd500bd54bb7c4b573c54547efb657
egl: Add a function to convert __GLcontextModes to _EGLConfig.

_eglConfigFromContextModesRec is used to convert a __GLcontextModes to a
_EGLConfig.  Note that the config is not validated.  An invalid mode
is likely to give an invalid config.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/egl/main/eglconfigutil.c
src/egl/main/eglconfigutil.h