aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-06prefetch gl before running workerAlon Zakai
2014-06-06recurse on deps_info.json, and remove workaround we needed without thatAlon Zakai
2014-06-06Merge pull request #2403 from guillaumeblanc/incomingAlon Zakai
Fixes glfwGetProcAddress calls that were causing a ReferenceError except...
2014-06-06Merge pull request #2409 from Daft-Freak/preloaded_image_dataAlon Zakai
Add emscripten_get_preloaded_image_data
2014-06-06add testCharlie Birks
2014-06-06path should be constCharlie Birks
2014-06-06fix relative pathsCharlie Birks
2014-06-06Adds unit test for glfwGetProcAddress.Guillaume Blanc
2014-06-06Add options --host, --port, --verbose and --simulator to tools/ffdb.pyJukka Jylänki
2014-06-06Remember to free up resources used by Devtools connection for ffdb ↵Jukka Jylänki
screenshot capture. Report out captured image dimensions for better error detection.
2014-06-06Add support to tools/ffdb.py to take a screenshot of the FFOS device screen.Jukka Jylänki
2014-06-06Add support to tools/ffdb.py to perform B2G 2.0 bulk data transfers for ↵Jukka Jylänki
binary data uploads. Gives about 4MB/sec data uploads as opposed to ~350KB/sec on old B2G 1.4 devices.
2014-06-06Fix issue in tools/ffdb.py where installing an app using a relative path ↵Jukka Jylänki
would place the files in wrong directory inside the zip file, causing the install to fail after upload is finished.
2014-06-06Improve error reporting in tools/ffdb.pyJukka Jylänki
2014-06-06In tools/ffdb.py, compress the zip files before uploading to improve ↵Jukka Jylänki
packaged app installation times.
2014-06-05more preparations for prefetched parametersAlon Zakai
2014-06-05prepare for prefetched parametersAlon Zakai
2014-06-05gl constantsAlon Zakai
2014-06-05prepare for gl proxy testAlon Zakai
2014-06-05start WebGLWorkerAlon Zakai
2014-06-05PropertyBagAlon Zakai
2014-06-05fake document.documentElement and removeEventListenerAlon Zakai
2014-06-05generalize context proxying to support not just 2d contextsAlon Zakai
2014-06-06Simplify typed array creation code in MEMFS.Jukka Jylänki
2014-06-05changes from reviewCharlie Birks
2014-06-05Merge pull request #2405 from huningxin/simd_phi_testAlon Zakai
Simd phi test
2014-06-05Fix MEMFS.getFileDataAsTypedArray to be strict and not return unused ↵Jukka Jylänki
capacity padding bytes.
2014-06-05Add include for FILE*Charlie Birks
2014-06-05Add missing returnCharlie Birks
2014-06-05add emscripten_get_preloaded_image_dataCharlie Birks
2014-06-05Fix test_fwrite_0 syntax error in s_ modes after previous change.Jukka Jylänki
2014-06-05Convert MEMFS files to typed arrays before storing to IDBFS for better IDBFS ↵Jukka Jylänki
performance. Add testing for -s MEMFS_APPEND_TO_TYPED_ARRAYS=1 option.
2014-06-05Use typed arrays instead of normal JS arrays to back files in the MEMFS ↵Jukka Jylänki
filesystem for improved performance, especially when backing to IDBFS.
2014-06-04pull code out of loops when they have a single break and it allows us to ↵Alon Zakai
turn them into simpler do-whiles
2014-06-04fix sourceRegex for IE; issue #2400Alon Zakai
2014-06-04added Nicolas Guillemot to AUTHORSNicolas Guillemot
2014-06-04removed parens from copy&paste errorNicolas Guillemot
2014-06-04Merge branch 'mhenschel-cmake_response_files' into incomingJukka Jylänki
2014-06-04Merge branch 'cmake_response_files' of ↵Jukka Jylänki
https://github.com/mhenschel/emscripten into mhenschel-cmake_response_files Conflicts: AUTHORS
2014-06-04export everything in the main module, so side modules can access itAlon Zakai
2014-06-04On calls to glfwSetWindowSizeCallback, calls the provided callback function, ↵Guillaume Blanc
as described by glfw documentation: When a callback function is set, it will be called with the current window size before this function returns.
2014-06-04Fixes glfwGetProcAddress calls that were causing a ReferenceError exception, ↵Guillaume Blanc
trying to call unexisting function _getProcAddress.
2014-06-03Merge pull request #2401 from rfk/rfk/fix-registerizeHarder-unlabelled-continueAlon Zakai
Fix registerizeHarder handling unlabelled continue
2014-06-04Fix registerizeHarder handling of unlabelled 'continue' inside a 'switch'.Ryan Kelly
2014-06-04Add test case for phi node handling in SIMD pathNingxin Hu
2014-06-03allocate in realpath() if necessaryAlon Zakai
2014-06-03fix other.test_emcc_nonfastcompAlon Zakai
2014-06-02Merge branch 'update_simd' of github.com:huningxin/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-06-021.19.11.19.1Alon Zakai
2014-06-02Merge pull request #2364 from juj/musl_stdioAlon Zakai
Musl stdio