Age | Commit message (Collapse) | Author |
|
fixes #1759, #1760
|
|
|
|
|
|
test suite
|
|
|
|
|
|
|
|
|
|
"var x = function()" -> "function x()" so that error stack traces and profiling stack traces are more informative and do not contain anonymous functions.
|
|
|
|
Conflicts:
src/parseTools.js
|
|
Adds to a test case verifying return values from glGetIntegerv
|
|
no_copy_vfs_to_heap
|
|
footprint and fread() performance over the default behavior that copied VFS to HEAP, that is designed for mmap() performance.
Adjust MEMFS node contentMode enum to reflect whether content is off the main HEAP or not. Note that this enum is not much used, so this has little effect. Add browser tests to check that fread() and mmap() work with and without --no-heap-copy.
|
|
|
|
correct results when the current texture id is not TEXTURE0 and fixes
library_gl.js so that it returns correct results.
|
|
|
|
|
|
|
|
|
|
|
|
Fix handling of backspace SDL scancode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1749.
|
|
|
|
|
|
issues
|
|
|
|
|
|
support, and rename option to PRECISE_F32 to be consistent with other precision options
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
library_browser.js to modify requestAnimationFrame to provide a fallback to setTimeout if window is undefined
|
|
|
|
|
|
|
|
|
|
|