Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-15 | Add eglWaitGL | Charlie Birks | |
2014-02-14 | Remove flush from eglSwapBuffers emulation. | Andreas Bergmeier | |
2014-02-14 | Remove ambiguous error reporting of EGL_NOT_INITIALIZED and add error ↵ | Andreas Bergmeier | |
reporting for EGL_BAD_ACCESS when invalid internal state is encountered. | |||
2014-02-14 | Bring eglSwapBuffers closer to actual documentation. | Andreas Bergmeier | |
Checks now whether ctx was initialized and not lost. Does a glFlush before returning. And returns success codes from function. | |||
2014-02-09 | move emscripten_GetProcAddress to a C library, so that it is less hackish ↵1.10.3 | Alon Zakai | |
and can work in fastcomp | |||
2013-12-20 | Make EGL function eglCreateContext spec-conformant and actually read the ↵ | Jukka Jylänki | |
EGL_CONTEXT_CLIENT_VERSION field when creating a context. Require the version number 2, since WebGL1 maps to GLES2. | |||
2013-11-13 | Add concepts of current context, and current draw and read surfaces on that ↵ | Jukka Jylänki | |
context. Implement functions eglGetCurrentSurface(), eglGetCurrentDisplay() and eglGetCurrentContext(). Allow passing EGL_NO_SURFACE and EGL_NO_CONTEXT to eglMakeCurrent. Fixes #1793 and #1775. | |||
2013-11-13 | Rename redundant wording EGL.eglErrorCode to just EGL.errorCode. | Jukka Jylänki | |
2013-10-28 | fix glGetString and eglQueryString, and optimize emulated glGetString | Alon Zakai | |
2013-10-26 | cache string allocations in glGetString and eglQueryString | Alon Zakai | |
2013-10-15 | Changed EGL_SAMPLES to 4 (2x2 MSAA) | Remi Papillie | |
2013-10-13 | Switched on MSAA in EGL. | Rémi Papillié | |
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 | |