Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 glutFullScreen() | Behdad Esfahbod | |
Plus minor refactoring. | |||
2012-04-04 | More GLUT love | Behdad Esfahbod | |
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 | 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. | |||
2012-04-04 | Fixed shlex.split() problem for Windows. | Sigmund Vik | |
2012-04-04 | Fix GLUT mouse events position to be relative to canvas | Behdad Esfahbod | |
2012-04-04 | Add TODO items | Behdad Esfahbod | |
2012-04-04 | Flesh out GLUT keyboard funcs | Behdad Esfahbod | |
2012-04-04 | Minor refactoring keyboardFunc and keyboardUpFunc | Behdad Esfahbod | |
2012-04-04 | Look for bitcode for library input files in other places | Behdad Esfahbod | |
If an input file is not bitcode and looks like a library file, treat it as library so we can look for it in other places. In conjuction with the previous change, now we can just drop, eg, libfreetype.dylib bitcode in emscripten/system/lib and "dynamic" linking would succeed. Perhaps this can be changed to only lookup in emscripten/system/lib instead of all lib_dirs, but this is a good start. | |||
2012-04-04 | Add emscripten/system/lib to lib_dirs | Behdad Esfahbod | |
So people can just drop bitcode libraries there and be found by emcc. | |||
2012-04-04 | Ignore -install_name argument the way we do for -MT | Behdad Esfahbod | |
2012-04-04 | Unbreak emconfigure et all | Behdad Esfahbod | |
The line: WINDOWS = 'win' in sys.platform was misfiring for sys.platform == 'darwin'. 'nough said. | |||
2012-04-04 | Add blend funcs | Behdad Esfahbod | |
2012-04-04 | Fix texture pixel data size issues | Behdad Esfahbod | |
2012-04-03 | fix glGet stuff | Alon Zakai | |
2012-04-03 | throw an exception in glutMainLoop, to prevent atexits from running | Alon Zakai | |
2012-04-03 | remove incorrect param in abort | Alon Zakai | |
2012-04-03 | merge fixes | Alon Zakai | |
2012-04-03 | optimize GL hashtables, and fix minor bugs | Alon Zakai | |
2012-04-04 | Updated AUTHORS ; | Pierre Renaux | |
2012-04-03 | auto-add deps in gl and glut | Alon Zakai | |
2012-04-03 | refactor library_gl into separate files | Alon Zakai | |
2012-04-03 | allow more reftest margin of error | Alon Zakai | |
2012-04-03 | add another working glbook testcase | Alon Zakai | |
2012-04-03 | allow 1/255 color error in reftests, to ignore aliasing | Alon Zakai | |
2012-04-03 | Merge pull request #343 from ehsan/gl_small_fixes | Alon Zakai | |
Gl small fixes | |||
2012-04-03 | Merge remote-tracking branch 'upstream/incoming' into gl_small_fixes | Ehsan Akhgari | |
Conflicts: src/library_gl.js | |||
2012-04-03 | Revert the offset change for byte array accesses | Ehsan Akhgari | |
2012-04-03 | missing reftest file | Alon Zakai | |
2012-04-03 | fixes for glGetShaderInfoLog | Alon Zakai | |
2012-04-03 | fix glGet boolean output | Alon Zakai | |
2012-04-03 | remove nonexisting glUniformNfi funcs | Alon Zakai | |
2012-04-03 | fix glGetUniformLocation return value | Alon Zakai | |
2012-04-03 | update webgl todos | Alon Zakai | |
2012-04-03 | add another working glbook test | Alon Zakai | |
2012-04-03 | add GL debugging facility and fix some minor bugs | Alon Zakai | |