Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-27 | egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ↵ | Robert Ellison | |
work correctly with GLES1 and GLES2. - egl_xdri.c just sets the EGL_OPENGL_ES_BIT as well as the EGL_OPENGL_BIT in ClientAPIsMask - eglconfig.c allows the renderable type to include EGL_OPENGL_ES2_BIT as well as EGL_OPENGL_ES_BIT. - egl_xlib.c sets the EGL_NATIVE_RENDERABLE attribute to EGL_FALSE for all softpipe configurations. (Otherwise, an eglChooseConfig() that looks for particular values of EGL_NATIVE_RENDERABLE will fail.) | |||
2008-06-13 | egl: added a debug msg | Brian Paul | |
2008-06-10 | egl: only windows are renderable at this time | Brian Paul | |
2008-06-06 | egl: EGL->DRI adaptor/driver | Brian Paul | |
Allows regular DRI drivers to work with libEGL. |