Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-11 | egl: Initialize current thread management on demand. | Chia-I Wu | |
Current thread management was initialized in _eglInitGlobals, which is called only in eglGetDisplay. Since EGL does not require eglGetDisplay to be called first, the initialization is better to be done on demand. _eglFiniCurrent is removed, as it is not called at all. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-07-17 | egl: commit missing eglcurrent.[ch] files | Brian Paul | |
Not sure how these got left out from earlier commit. |