Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-18 | implement eglGetProcAddress | ToadKing | |
2013-08-08 | If WebGL context creation fails, return 0 in glutCreateWindow and ↵ | Jukka Jylänki | |
EGL_NO_CONTEXT in eglCreateContext to allow the user to detect whether WebGL support is enabled in the browser or not. | |||
2013-05-13 | Remove toString in eglQuerySurface implementation for EGL_WIDTH and ↵ | James Gregory | |
EGL_HEIGHT, per kripben's suggestion. | |||
2013-05-10 | Issue #645: Implement eglQuerySurface for EGL_HEIGHT and EGL_WIDTH. | James Gregory | |
2013-02-19 | Added some symbol compatibility for OpenGL1.1. | Michael Bishop | |
Added implementations for - eglTerminate - eglDestroySurface - eglDestroyContext Stubbed out glTextEnvi | |||
2013-01-31 | Implemented eglTerminate and eglDestroyContext. | Jukka Jylänki | |
2012-10-17 | Add explicit braces to one-liner if statements in library_egl.js. | Jukka Jylänki | |
2012-10-17 | Relax the implementation of eglGetDisplay function to always return the ↵ | Jukka Jylänki | |
Emscripten EGLDisplay handle. This allows EGL-using GLES2-related tests to pass, they expect to utilize eglGetDisplay as if running on X11. | |||
2012-10-17 | Implemented more EGL functions. | Jukka Jylänki | |
2012-06-04 | Added stubs for eglQuerySurface and eglGetError implementations. | Jukka Jylänki | |
2012-04-05 | fix egl param name | Alon Zakai | |
2012-04-03 | refactor library_gl into separate files | Alon Zakai | |