Граф коммитов

6591 Коммитов

Автор SHA1 Сообщение Дата
Andreas Bergmeier c013660606 Add new wrapper emscons, which sets EMSCRIPTEN_TOOL_PATH in environment.
This way the Emscripten Tool no longer has to be copied to root build directory.
2013-05-20 10:23:42 +02:00
Alon Zakai 6346adec3b export imul through closure 2013-05-19 20:17:35 -07:00
Alon Zakai d312b3291c lua debugging stuff 2013-05-19 19:54:42 -07:00
Alon Zakai 705a2da815 fix and clean up benchmark suite 2013-05-19 18:27:57 -07:00
Alon Zakai c8c06e2c08 export callMain through closure 2013-05-19 18:27:44 -07:00
Alon Zakai cd2fc719f8 separate lua benchmarks when saved 2013-05-18 16:12:48 -07:00
Alon Zakai c636e58764 make test runner library building more robust and enable library reloading in benchmark suite 2013-05-18 15:43:17 -07:00
Alon Zakai c79906e7f6 reorder benchmarks 2013-05-18 13:56:04 -07:00
Alon Zakai 5b2691eca1 add lua-binarytrees benchmark 2013-05-18 12:57:50 -07:00
Alon Zakai 8e73154fd9 run benchmarks longer with fewer reps 2013-05-17 18:43:02 -07:00
Alon Zakai df6d09a8a1 update lua test 2013-05-17 18:37:19 -07:00
Alon Zakai b61a87b00d enable lua benchmark 2013-05-17 18:10:50 -07:00
Alon Zakai c4cccd651e add lua scimark 2013-05-17 15:59:37 -07:00
Alon Zakai c43d9acf74 prepare for lua benchmark 2013-05-17 15:32:25 -07:00
Alon Zakai 86a2e17553 fix lua for native builds 2013-05-17 15:31:15 -07:00
Alon Zakai 44a171d6e1 make fullscreen handling closure friendly 2013-05-17 12:41:33 -07:00
Alon Zakai fc1b49cd5e fix highp to lowp in tests 2013-05-17 11:23:38 -07:00
Alon Zakai a7c47e66ee fix file packager issue with closure 2013-05-17 10:52:02 -07:00
Alon Zakai 7c02f322ae add browser testing for -O2 --closure 1 2013-05-17 10:45:41 -07:00
Alon Zakai 926552ee2a use GL. instead of this. in generateTempBuffers in order to not confuse closure 2013-05-17 10:41:59 -07:00
Alon Zakai 5439812184 make some more asm things closure-friendly 2013-05-16 19:09:14 -07:00
Alon Zakai 8b7c2891d3 fix dyncalls in closure+asm and use closure in benchmarks 2013-05-16 18:59:41 -07:00
Alon Zakai 5c5cbb7b17 docs 2013-05-16 18:53:24 -07:00
Alon Zakai 2d8b9d40f2 update tests 2013-05-16 18:37:31 -07:00
Alon Zakai 9da6e1f335 support closure compiler on the shell in asm mode 2013-05-16 18:22:28 -07:00
Alon Zakai 4782b382e9 Merge pull request #1167 from j4m3z0r/issue645
Issue #645: Implement eglQuerySurface for EGL_HEIGHT and EGL_WIDTH.
2013-05-16 14:43:19 -07:00
Alon Zakai 1c4640d267 fix font rendering in test_sdl_canvas 2013-05-16 14:18:55 -07:00
Alon Zakai 56cd48e0e1 fix test_sdl_alloctext 2013-05-16 14:07:31 -07:00
Alon Zakai c8424ffa15 Merge pull request #1177 from j4m3z0r/sdl-fixes
SDL Fixes
2013-05-16 14:01:55 -07:00
James Gregory 4f0674d6ad Add myself to AUTHORS 2013-05-16 13:35:23 -07:00
Alon Zakai 1a5990162a Merge pull request #1173 from manuels/incoming
Fix bug in rename() that occures if new filename starts with the old filename
2013-05-16 11:53:13 -07:00
Alon Zakai 4de54e3bec when not aliasing tables, keep them all at full size to avoid aliasing through the &M mask in a small table 2013-05-16 11:26:34 -07:00
Alon Zakai ce33f9c212 enable aliasing function pointers by default in -O2 2013-05-16 11:00:50 -07:00
Alon Zakai cf2846e05a fix separate table function pointer initial value 2013-05-15 18:53:01 -07:00
Alon Zakai ee3fa5ad0f forward gl emulation sigs 2013-05-15 18:16:15 -07:00
Alon Zakai 577ff045bc fix some gl sigs 2013-05-15 18:14:29 -07:00
Alon Zakai 055e9d90a9 emit each function table of its own size 2013-05-15 17:23:23 -07:00
Alon Zakai fed8814b70 remove obsolete comment 2013-05-15 14:12:21 -07:00
Alon Zakai 866373612b add testing for aliasing function pointers 2013-05-15 12:20:16 -07:00
Alon Zakai 1c072e5059 future proof a test 2013-05-15 11:58:42 -07:00
Alon Zakai ca91732506 handle the case of no function tables with aliasing function pointers 2013-05-15 11:55:50 -07:00
Alon Zakai 8ed84f09e7 refactor code to generate empty function tables 2013-05-15 11:34:18 -07:00
Alon Zakai ede562fea8 option to alias function pointer indexes across types 2013-05-15 11:16:53 -07:00
Alon Zakai 02411b6a6a do not index functions in post 2013-05-15 10:54:49 -07:00
manuels cd33209928 Fix bug in rename() that occures if new filename starts with the old filename 2013-05-15 18:54:48 +02:00
James Gregory c33c3dfeaf * Switch to using offscren canvas for TTF size estimation in SDL
* use the actual font the user asked for.
2013-05-14 21:42:45 -07:00
Alon Zakai 2b94dc6e7d Merge pull request #1171 from BioKom/incoming
lzma missing files arg_parser.* added
2013-05-14 11:53:22 -07:00
Alon Zakai 50807ddd26 fix typo in paper 2013-05-14 09:42:56 -07:00
James Gregory 162268af28 Remove toString in eglQuerySurface implementation for EGL_WIDTH and EGL_HEIGHT, per kripben's suggestion. 2013-05-13 20:07:09 -07:00
Alon Zakai 61dccae134 use Browser mouse calculations in glfw 2013-05-13 18:17:32 -07:00