Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-28 | egl: fix default value of EGL_SURFACE_TYPE, added some sanity check assertions | Brian Paul | |
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-20 | egl: added null ptr check | Brian Paul | |
2008-06-04 | egl: in _eglAddConfig() just save a pointer to the config; don't copy the config | Brian Paul | |
This allows subclassing by drivers. | |||
2008-05-27 | Move some config-related utility functions into new eglconfigutil.c file. | Brian Paul | |
2008-05-27 | minor overhaul/re-org of driver selection/loading code | Brian Paul | |
2008-05-27 | added _eglGet*Handle() functions | Brian Paul | |
These are the inverse of the _eglLookup*() functions. Returns the public handle for a private surface/config/display/etc. Removes glapi.c's direct access of private fields. | |||
2008-05-27 | assorted changes to compile with new EGL 1.4 headers (untested) | Brian Paul | |
2006-01-30 | some initial EGL 1.2 work | Brian Paul | |
2005-12-10 | implement config sorting for eglChooseConfig() | Brian Paul | |
2005-11-27 | Redo _eglInitSurface() so it can be used with all surface types. | Brian Paul | |
Redo _eglInitContext() to do error checking, attribute list parsing, etc. | |||
2005-11-24 | change error test in _eglParseConfigAttribs() | Brian Paul | |
2005-11-24 | init attribs to EGL_DONT_CARE in _eglParseConfigAttribs() | Brian Paul | |
2005-11-23 | use _eglLog() | Brian Paul | |
2005-05-17 | remove glmode stuff | Brian Paul | |
2005-05-17 | more work on _eglConfigToContextModesRec() | Brian Paul | |
2005-05-17 | Fix several internal problems with generating the list of configs. | Jon Smirl | |
2005-05-16 | restore _eglSetConfigAttrib (for now), added prototype ↵ | Brian Paul | |
_eglConfigToContextModesRec() | |||
2005-05-16 | make _eglSetConfigAtrib() a static function, and rename it | Brian Paul | |
2005-05-15 | A few egl patches needed for glitz, mainly config BITS | Jon Smirl | |
2005-05-13 | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | |
Seems to be mostly working. Not all of egl API is implemented. | |||
2005-05-04 | sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles) | Brian Paul | |
2005-04-22 | initial EGL code | Brian Paul | |