Age | Commit message (Expand) | Author |
2008-05-28 | egl: added eglstring.[ch] | Brian Paul |
2008-05-28 | prototype new code to map card number to driver name | Brian Paul |
2008-05-28 | link libEGLdri.so with libdrm | Brian Paul |
2008-05-28 | x-related EGL code (stub) | Brian Paul |
2008-05-28 | egl: Temporarily disable eglx.[c|h] building | Jakob Bornecrantz |
2008-05-28 | egl: Make dri driver compile | Jakob Bornecrantz |
2008-05-28 | egl: Make demo driver compile | Jakob Bornecrantz |
2008-05-27 | include eglconfigutil.h | Brian Paul |
2008-05-27 | Move some config-related utility functions into new eglconfigutil.c file. | Brian Paul |
2008-05-27 | misc updates, clean-ups, remove dependency on mtypes.h | 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 |
2008-05-27 | added EGL_OPENGL_API case | Brian Paul |
2008-05-27 | eliminate the context hash table | Brian Paul |
2008-05-27 | fix typo: s/Contexts/Surfaces/ | Brian Paul |
2008-05-27 | s/GLuint/unsigned/ | Brian Paul |
2008-05-27 | assorted changes to compile with new EGL 1.4 headers (untested) | Brian Paul |
2008-05-27 | pipe stderr to /dev/null | Brian Paul |
2007-08-07 | Gutsy oopses on touch of existing file. Workaround. | Keith Whitwell |
2007-02-20 | set log level w/ env var | Christian Neumair |
2006-12-14 | Check in a long-misplaced spec update. | Brian |
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul |
2006-06-03 | updates for using libdrm (Hanno Bock) | Brian Paul |
2006-02-05 | fix typo | Brian Paul |
2006-01-30 | some initial EGL 1.2 work | Brian Paul |
2005-12-30 | fixup stamp so driver updates drawable info | Dave Airlie |
2005-12-29 | use card_type not isPCI | Dave Airlie |
2005-12-23 | this needs to be calloced | Dave Airlie |
2005-12-17 | minor code movement | Brian Paul |
2005-12-10 | Rename eglDRIShowSurfaceMESA. | Brian Paul |
2005-12-10 | updates to match other changes elsewhere | Brian Paul |
2005-12-10 | Some initial per-thread support. | Brian Paul |
2005-12-10 | Added EGL_SCREEN_POSITION_GRANULARITY_MESA query. | Brian Paul |
2005-12-10 | lots of updates, mode sorting, etc | Brian Paul |
2005-12-10 | implement config sorting for eglChooseConfig() | Brian Paul |
2005-11-29 | added _EGLExtensions typedef | Brian Paul |
2005-11-29 | Put extension flags, string into separate struct. | Brian Paul |
2005-11-29 | clean up the drmGetMap/drmMap code | Brian Paul |
2005-11-29 | apparently need to load colormap after setting the mode to make it work reliably | Brian Paul |
2005-11-28 | Lots of fixes, clean-ups, new comments, etc. | Brian Paul |
2005-11-27 | Redo _eglInitSurface() so it can be used with all surface types. | Brian Paul |
2005-11-24 | use _egl_api struct, make some functions static | Brian Paul |
2005-11-24 | Move all the EGL API function pointers into a new _egl_api struct. | Brian Paul |
2005-11-24 | report error token in message printed in _eglError() | Brian Paul |
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 | update some comments | Brian Paul |
2005-11-23 | change error message | Brian Paul |
2005-11-23 | use _eglLog() | Brian Paul |
2005-11-23 | New _eglLog() function to replace fprintf/printf calls for debug/info. | Brian Paul |