aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-05Merge pull request #356 from behdad/outgoingAlon Zakai
2012-04-05Add missing depBehdad Esfahbod
2012-04-05Merge pull request #354 from behdad/fix-keyboardAlon Zakai
2012-04-05Merge pull request #353 from ehsan/stddev_extensionAlon Zakai
2012-04-05Resize canvas to 1x1 when GLUT app exitsBehdad Esfahbod
2012-04-05Use screen["width"] instead of screen.widthBehdad Esfahbod
2012-04-05s/Module.canvas/Module["canvas"]/gBehdad Esfahbod
2012-04-05Fix canvas resize in glutFullScreen()Behdad Esfahbod
2012-04-05Request frame if window size/position changesBehdad Esfahbod
2012-04-05Don't rely on _atexit() accepting JS functionsBehdad Esfahbod
2012-04-05MinorBehdad Esfahbod
2012-04-05Fix glutIdleFunc()Behdad Esfahbod
2012-04-04Implement glUniformNiv functionsEhsan Akhgari
2012-04-04Implement glutFullScreen()Behdad Esfahbod
2012-04-04More GLUT loveBehdad Esfahbod
2012-04-04add another glbook passing testcaseAlon Zakai
2012-04-04Shut GLUT down upon exit()Behdad Esfahbod
2012-04-04Prevent contextmenu event on canvasBehdad Esfahbod
2012-04-04Fix GLUT mouse func. Clicks and drags must be initiated in the canvasBehdad Esfahbod
2012-04-04Add border to canvasBehdad Esfahbod
2012-04-04Don't send key to GLUT if alt/ctrl/meta is pressedBehdad Esfahbod
2012-04-04Continue looking when the first found string is not a valid tokenEhsan Akhgari
2012-04-04Enable the standard derivatives extension if neededEhsan Akhgari
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-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-03auto-add deps in gl and glutAlon Zakai
2012-04-03refactor library_gl into separate filesAlon Zakai
2012-04-03add another working glbook testcaseAlon Zakai
2012-04-03Merge remote-tracking branch 'upstream/incoming' into gl_small_fixesEhsan Akhgari
2012-04-03Revert the offset change for byte array accessesEhsan Akhgari
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 GL debugging facility and fix some minor bugsAlon 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[src/library_gl.js]: Added return 1 at the end of GLUT.glutCreateWindow to in...Pierre Renaux
2012-04-02add encoding to html to remove browser warningsAlon Zakai