Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added support for `glFramebufferTexture2DOES`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
since it is now used only when actually needed, which is rare, and the polyfill is very efficient
|
|
|
|
Cmdline fixes
|
|
Statically allocate the strtok state block so it doesn't trip up our leak detection
|
|
Handle %c in sscanf.
|
|
|
|
normally the main name is the only one used
|
|
|
|
|
|
|
|
|
|
|
|
Previously, while gcc supports -O, emcc would fail. It now interprets
-O as -O2, just as gcc does.
Additionally, it was only looking at the first character after -O, so
nonsense like -O34 would be accepted (and treated as -O3).
|
|
is not needed and just warns
|
|
|
|
libcxxabi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
detection.
|
|
Previously, this would just throw an exception, now it provides
a reasonable error message.
|
|
irregardless of frequency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added implementations for
- eglTerminate
- eglDestroySurface
- eglDestroyContext
Stubbed out glTextEnvi
|