summaryrefslogtreecommitdiff
path: root/src/libEGL.c
Commit message (Collapse)AuthorAge
* android/EGL: Mark ANativeWindow w/ headerJari Vetoniemi2018-03-11
| | | | | | | | Remove eglGetDisplay as it's called with NULL anyways (Reimplement if otherwise in some app) In eglCreateWindowSurface, check that our pointer really is ANativeWindow, otherwise try use it as is.
* EGL: s/win/window/Jari Vetoniemi2018-03-10
|
* EGL: Include no client api headersJari Vetoniemi2018-03-10
|
* libEGL: Use unions for function ptrsJari Vetoniemi2018-03-02
|
* Add libEGL shimJari Vetoniemi2018-02-27