Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-01 | egl: additional error checking in _eglBind/ReleaseTexImage() | Brian Paul | |
2008-06-20 | egl: implment EGL_LARGEST_PBUFFER query | Brian Paul | |
2008-05-30 | egl: fix width/height tests | 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 | fix typo: s/Contexts/Surfaces/ | Brian Paul | |
2008-05-27 | assorted changes to compile with new EGL 1.4 headers (untested) | Brian Paul | |
2006-02-05 | fix typo | Brian Paul | |
2006-01-30 | some initial EGL 1.2 work | Brian Paul | |
2005-12-10 | Some initial per-thread support. | Brian Paul | |
Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA. | |||
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-23 | update some comments | Brian Paul | |
2005-05-17 | added _eglInitPbufferSurface() | Brian Paul | |
2005-05-16 | Implement query of surface type. | Jon Smirl | |
2005-04-22 | initial EGL code | Brian Paul | |