Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
Use the copy composite operation when calling drawImage
|
|
This optimizes IMG_Load so that it just does a memcpy as opposed to try
to composite. The resulting buffer will be the same, it just happens
that we don't need to do all of the work involved in compositing in the
first place.
|
|
them. fixes #856
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|