Chia-I Wu wrote: > Hi, > > This patch series introduces two features to EGL core and fixes some > conformance issues. The first feature is support for built-in driver. > The other one is to allow driver to install a customized logger for > _eglLog(). > > The first patch adds built-in driver support. It is adapted from > WINDOWS_STATIC_LINK, with better error reporting and integrate better > with current driver model. It is a matter of changing the Makefile to > build a libEGL.so with the driver built-in. > > The second patch removes core EGL functions from eglGetProcAddress, as > required by the spec. > > The third patch tries to fix an issue that eglGetProcAddress is called > really early (before any EGLDisplay is created). The best shot is to > try to preload a driver, and get proc address from the preloaded driver. > > The fourth patch allows any client api to be bound. This simplifies the > code a bit, and it makes more sense. Config attribute > EGL_RENDERABLE_TYPE is supposed to be used to choose a config that > support certain apis. The apis supported by a display can also be > queried through EGL_CLIENT_APIS. > > The last patch allows the log level and the logger to be changed by a > driver. This is helpful on systems with an alternative logging > facility.
Committed. Sorry for the slow follow-up. -Brian ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
