index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-04-05
Merge pull request #356 from behdad/outgoing
Alon Zakai
2012-04-05
Add missing dep
Behdad Esfahbod
2012-04-05
Merge pull request #354 from behdad/fix-keyboard
Alon Zakai
2012-04-05
Merge pull request #353 from ehsan/stddev_extension
Alon Zakai
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
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
2012-04-04
Implement glUniformNiv functions
Ehsan Akhgari
2012-04-04
Implement glutFullScreen()
Behdad Esfahbod
2012-04-04
More GLUT love
Behdad Esfahbod
2012-04-04
add another glbook passing testcase
Alon Zakai
2012-04-04
Shut GLUT down upon exit()
Behdad Esfahbod
2012-04-04
Prevent contextmenu event on canvas
Behdad Esfahbod
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
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
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-03
auto-add deps in gl and glut
Alon Zakai
2012-04-03
refactor library_gl into separate files
Alon Zakai
2012-04-03
add another working glbook testcase
Alon Zakai
2012-04-03
Merge remote-tracking branch 'upstream/incoming' into gl_small_fixes
Ehsan Akhgari
2012-04-03
Revert the offset change for byte array accesses
Ehsan Akhgari
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 GL debugging facility and fix some minor bugs
Alon Zakai
2012-04-03
Fix the dependency information in library_gl
Ehsan Akhgari
2012-04-03
Correct the byte offset passed to make{G,S}etValue
Ehsan Akhgari
2012-04-03
Return 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-02
add encoding to html to remove browser warnings
Alon Zakai
[next]