Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: Some per-driver data should be per-display. | Chia-I Wu | 2009-08-18 | 1 | -24/+30 |
| | | | | | | | Move some fields of _EGLDriver to _EGLDisplay. It also becomes unnecessary to pass _EGLDisplay to drivers when _eglMain is called. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: Overhaul driver API. | Chia-I Wu | 2009-08-18 | 1 | -3/+3 |
| | | | | | | | | | | | | The motivation is so that drivers do not need to look up and check for bad display, context, and etc. It also becomes unnecessary for drivers to call the link functions. This commit makes eglapi.[ch] do the lookup and check. As a result, the driver API is overhauled, and almost all sources and drivers need update. The updates are mainly find and replace with human brains. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: clean up prototype code, new _eglFindAPIs() function. | Brian Paul | 2008-06-19 | 1 | -52/+0 |
| | |||||
* | egl: some prototype API detection code | Brian Paul | 2008-06-10 | 1 | -0/+52 |
| | |||||
* | egl: clean-up re-org of the client API state | Brian Paul | 2008-05-30 | 1 | -2/+23 |
| | |||||
* | egl: move a few small functions into new eglmisc.[ch] files | Brian Paul | 2008-05-28 | 1 | -0/+108 |