Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-06 | Merge pull request #357 from behdad/outgoing | Alon Zakai | |
More glut | |||
2012-04-06 | remove some unneeded closure string quoting | Alon Zakai | |
2012-04-06 | Merge pull request #349 from prenaux/develop | Alon Zakai | |
to incoming: Added GLUT.glutMotionFunc ; GLUT.getSpecialKey handles modifier keys ; | |||
2012-04-06 | [src/library_glut.js]: Call motion callbacks only if motion position changed ; | Pierre Renaux | |
2012-04-06 | Simplify | Behdad Esfahbod | |
2012-04-06 | Make 'exit fullscreen' restore window size | Behdad Esfahbod | |
2012-04-05 | update test_emcc for windows | Alon Zakai | |
2012-04-05 | Merge pull request #355 from SiggyBar/windows | Alon Zakai | |
Fixes to test_emcc for Windows. | |||
2012-04-05 | add final glbook test | Alon Zakai | |
2012-04-05 | improve clean_webconsole tool | Alon Zakai | |
2012-04-06 | [src/library_gl.js]: GLUT.getSpecialKey handles GLUT_KEY_SHIFT/CONTROL/ALT_R/L ; | Pierre Renaux | |
2012-04-05 | fix egl param name | Alon Zakai | |
2012-04-05 | improve GL debugging | Alon Zakai | |
2012-04-05 | fix ccall test to make sure we export the functions properly to closure | Alon Zakai | |
2012-04-05 | export cwrap | Alon Zakai | |
2012-04-05 | clearer glut mainloop message | Alon Zakai | |
2012-04-05 | Merge pull request #356 from behdad/outgoing | Alon Zakai | |
Make gears animate again | |||
2012-04-05 | Add missing dep | Behdad Esfahbod | |
2012-04-05 | Don't clash with system sincos() if it's defined and we don't know | Behdad Esfahbod | |
2012-04-05 | Merge pull request #354 from behdad/fix-keyboard | Alon Zakai | |
More GLUT fixes | |||
2012-04-05 | Merge pull request #353 from ehsan/stddev_extension | Alon Zakai | |
Stddev extension | |||
2012-04-05 | Resize canvas to 1x1 when GLUT app exits | Behdad Esfahbod | |
2012-04-05 | Use screen["width"] instead of screen.width | Behdad Esfahbod | |
2012-04-05 | s/Module.canvas/Module["canvas"]/g | Behdad Esfahbod | |
2012-04-05 | Use system sincos() if available | Behdad Esfahbod | |
2012-04-05 | Fixes to test_emcc for Windows. | Sigmund Vik | |
Unfortunately one of the optimization cases still fails: (['-o', 'something.js', '-O3', '--closure', '0'], 3, None, 0, 0) for this assert: assert 'HEAP8[HEAP32[' in generated or 'HEAP8[$vla1 + (($storemerge4 | 0) / 2 & -1) | 0]' in generated or 'HEAP8[$vla1 + (($storemerge4 | 0) / 2 & -1) | 0]' in generated or 'HEAP8[$vla1 + (($i_04 | 0) / 2 & -1) | 0]' in generated or 'HEAP8[$vla1 + ($i_04 / 2 & -1)]' in generated or 'HEAP8[$1 + (($i_01 | 0)/ 2 & -1) | 0]' in generated or 'HEAP8[$1 + (($i_01 | 0) / 2 & -1) | 0]' in generated, 'eliminator should create compound expressions, and fewer one-time vars' The generated string is: http://pastebin.com/cmgE1fJt The corresponding generated string for the -O2 test cases is: http://pastebin.com/4FiHLgPG | |||
2012-04-05 | Fix canvas resize in glutFullScreen() | Behdad Esfahbod | |
2012-04-05 | Request frame if window size/position changes | Behdad Esfahbod | |
2012-04-05 | Don't rely on _atexit() accepting JS functions | Behdad Esfahbod | |
2012-04-05 | Minor | Behdad Esfahbod | |
2012-04-05 | Fix glutIdleFunc() | Behdad Esfahbod | |
glutIdleFunc() is auto-repeating until cancelled. | |||
2012-04-05 | Make gears demo request animation frames | Behdad Esfahbod | |
2012-04-05 | Make hello_world_gles build on the Mac natively | Behdad Esfahbod | |
Useful for testing only. | |||
2012-04-04 | Implement glUniformNiv functions | Ehsan Akhgari | |
2012-04-04 | Add a test for the standard derivatives extension | Ehsan Akhgari | |
2012-04-04 | Implement glutFullScreen() | Behdad Esfahbod | |
Plus minor refactoring. | |||
2012-04-04 | add yet another working glbook testcase | Alon Zakai | |
2012-04-04 | More GLUT love | Behdad Esfahbod | |
2012-04-04 | add another glbook passing testcase | Alon Zakai | |
2012-04-04 | readme for cube2hash testcase | Alon Zakai | |
2012-04-04 | Shut GLUT down upon exit() | Behdad Esfahbod | |
2012-04-04 | Prevent contextmenu event on canvas | Behdad Esfahbod | |
I'm doing this in the shell so it benefits everyone, not only glut. | |||
2012-04-04 | Fix GLUT mouse func. Clicks and drags must be initiated in the canvas | Behdad Esfahbod | |
2012-04-04 | Add border to canvas | Behdad Esfahbod | |
2012-04-04 | Don't send key to GLUT if alt/ctrl/meta is pressed | Behdad Esfahbod | |
2012-04-04 | Continue looking when the first found string is not a valid token | Ehsan Akhgari | |
2012-04-04 | Enable the standard derivatives extension if needed | Ehsan Akhgari | |
We need to find the functions defined by this extension for fragment shaders, and enable it if the shader uses them. Note that this extension is automatically enabled in GL ES 2.0 but not in WebGL. | |||
2012-04-04 | add test for looking for a bitcode lib if a specified lib is not bitcode | Alon Zakai | |
2012-04-04 | Merge pull request #346 from behdad/outgoing | Alon Zakai | |
Misc fixes | |||
2012-04-04 | Merge pull request #351 from SiggyBar/windows | Alon Zakai | |
Fixed shlex.split() problem for Windows. |