aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-04add another glbook passing testcaseAlon Zakai
2012-04-04readme for cube2hash testcaseAlon Zakai
2012-04-04add test for looking for a bitcode lib if a specified lib is not bitcodeAlon Zakai
2012-04-04Merge pull request #346 from behdad/outgoingAlon Zakai
Misc fixes
2012-04-04Merge pull request #351 from SiggyBar/windowsAlon Zakai
Fixed shlex.split() problem for Windows.
2012-04-04Fixed shlex.split() problem for Windows.Sigmund Vik
2012-04-04Fix GLUT mouse events position to be relative to canvasBehdad Esfahbod
2012-04-04Add TODO itemsBehdad Esfahbod
2012-04-04Flesh out GLUT keyboard funcsBehdad Esfahbod
2012-04-04Minor refactoring keyboardFunc and keyboardUpFuncBehdad Esfahbod
2012-04-04Look for bitcode for library input files in other placesBehdad 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-04Add emscripten/system/lib to lib_dirsBehdad Esfahbod
So people can just drop bitcode libraries there and be found by emcc.
2012-04-04Ignore -install_name argument the way we do for -MTBehdad Esfahbod
2012-04-04Unbreak emconfigure et allBehdad Esfahbod
The line: WINDOWS = 'win' in sys.platform was misfiring for sys.platform == 'darwin'. 'nough said.
2012-04-04Add blend funcsBehdad Esfahbod
2012-04-04Fix texture pixel data size issuesBehdad Esfahbod
2012-04-03fix glGet stuffAlon Zakai
2012-04-03throw an exception in glutMainLoop, to prevent atexits from runningAlon Zakai
2012-04-03remove incorrect param in abortAlon Zakai
2012-04-03merge fixesAlon Zakai
2012-04-03optimize GL hashtables, and fix minor bugsAlon Zakai
2012-04-04Updated AUTHORS ;Pierre Renaux
2012-04-03auto-add deps in gl and glutAlon Zakai
2012-04-03refactor library_gl into separate filesAlon Zakai
2012-04-03allow more reftest margin of errorAlon Zakai
2012-04-03add another working glbook testcaseAlon Zakai
2012-04-03allow 1/255 color error in reftests, to ignore aliasingAlon Zakai
2012-04-03Merge pull request #343 from ehsan/gl_small_fixesAlon Zakai
Gl small fixes
2012-04-03Merge remote-tracking branch 'upstream/incoming' into gl_small_fixesEhsan Akhgari
Conflicts: src/library_gl.js
2012-04-03Revert the offset change for byte array accessesEhsan Akhgari
2012-04-03missing reftest fileAlon Zakai
2012-04-03fixes for glGetShaderInfoLogAlon Zakai
2012-04-03fix glGet boolean outputAlon Zakai
2012-04-03remove nonexisting glUniformNfi funcsAlon Zakai
2012-04-03fix glGetUniformLocation return valueAlon Zakai
2012-04-03update webgl todosAlon Zakai
2012-04-03add another working glbook testAlon Zakai
2012-04-03add GL debugging facility and fix some minor bugsAlon Zakai
2012-04-03update webconsole cleaner toolAlon Zakai
2012-04-03add little tool to clean web console logsAlon Zakai
2012-04-03Fix the dependency information in library_glEhsan Akhgari
2012-04-03Correct the byte offset passed to make{G,S}etValueEhsan Akhgari
2012-04-03Return 0 instead of null from hashtable.id()Ehsan Akhgari
2012-04-03[tools/shared.py]: Added -Xmx1024m, big .js quickly go over the default ↵Pierre Renaux
memory heap without this ;
2012-04-03[src/library_gl.js]: Added return 1 at the end of GLUT.glutCreateWindow to ↵Pierre Renaux
indicate that the function created the window successfully ;
2012-04-02add encoding to html to remove browser warningsAlon Zakai
2012-04-02make glut main loop throw again, and fix test_glgearsAlon Zakai
2012-04-02fix test_glgearsAlon Zakai
2012-04-02Merge pull request #339 from ehsan/behdadAlon Zakai
Behdad's glut fixes
2012-04-02add second working glbook testAlon Zakai