Age | Commit message (Collapse) | Author |
|
Icase vfs
|
|
uniforms need to have consecutive locations, i.e. array[x] is at location array[0] + x. The uniform mapping table mechanism in library_gl.js did not take into account that user could do int loc = getUniformLocation("array[0]") and then call glUniform3fv(loc+2, data). In the fix, uniforms are mapped so that arrays will be guaranteed to get consecutive locations.
|
|
case-insensitive mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The libcxx test suite wants mktemp(), so provide it by pulling
out some of the internals of mkstemp().
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
AUTHORS
src/library_sdl.js
tools/shared.py
|
|
|
|
|
|
|
|
|
|
NODEFS and IDBFS support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- minor coding convention fixes
|
|
- changed direct references to FS.currentPath to use FS.cwd()
- fixed mountpoint resolving in mount
- added async FS.syncfs
|
|
|
|
|
|
|
|
|
|
strings
|
|
|
|
|
|
|