aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-28Use the freeglut headerEhsan Akhgari
2012-01-27Disable the animation in the test to make it more robustEhsan Akhgari
2012-01-27Make the test automated!Ehsan Akhgari
2012-01-27Add a human assisted test for the OpenGL ES implementationEhsan Akhgari
2012-01-27Merge branch 'support-html-template' into glgearsEhsan Akhgari
2012-01-27Add a TODO message to add EMSCRIPTEN_ENVIRONMENT laterEhsan Akhgari
2012-01-27Merge branch 'support-html-template' into glgearsEhsan Akhgari
2012-01-27Add support for using a shell file except than the built-in oneEhsan Akhgari
2012-01-27Merge branch 'glgears' of github.com:ehsan/emscripten into glgearsEhsan Akhgari
2012-01-27Merge branch 'webbrowser_mac' into glgearsEhsan Akhgari
2012-01-27Pass the absolute file name to the web browserEhsan Akhgari
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
2012-01-27Remove the unneeded assertionsEhsan Akhgari
2012-01-27Fix the copy-paste messEhsan Akhgari
2012-01-27Use explicit output for test_autodebugEhsan Akhgari
2012-01-27Don't run lli at all, and run llvm-nm if needed instead of itEhsan Akhgari
2012-01-27Make the test runner handle broken lli's correctlyEhsan Akhgari
2012-01-25update tests to look for .a instead of .a.bcAlon Zakai
2012-01-25use llvm-link in emar instead of llvm-ldAlon Zakai
2012-01-25headersAlon Zakai
2012-01-25some headersAlon Zakai
2012-01-25Use constants instead of symbolic names for eventsEhsan Akhgari
2012-01-25Use the keydown eventEhsan Akhgari
2012-01-25fix some spacing stuffAlon Zakai
2012-01-25Merge pull request #184 from FishingCactus/_string_tableAlon Zakai
2012-01-25Work around a bug in ChromiumEhsan Akhgari
2012-01-25String constants are store in a table to limit variable countjulien.hamaide
2012-01-25Add tests for div() and sincos(), and also implement and test sincosfEhsan Akhgari
2012-01-25Adopt the black canvas background for SDL WebGL canvas as wellEhsan Akhgari
2012-01-25Fix the mouse coordinates with the Closure compilerEhsan Akhgari
2012-01-25Fix the keyboard handling with the Closure compilerEhsan Akhgari
2012-01-24Make the requestAnimationFrame checks compatible with ClosureEhsan Akhgari
2012-01-24Fix the closure compilationEhsan Akhgari
2012-01-24Make the background of the canvas blackEhsan Akhgari
2012-01-24Correct some argumentsEhsan Akhgari
2012-01-24Switch over everything to TypedArray_copyEhsan Akhgari
2012-01-24Switch over glBufferData to use TypedArray_copyEhsan Akhgari
2012-01-24Add a copy helper for typed arraysEhsan Akhgari
2012-01-24Pass the correct values to the reshape functionEhsan Akhgari
2012-01-23Implement glutReshapeFunc()Ehsan Akhgari
2012-01-23Add support for glGetAttribLocation()Ehsan Akhgari
2012-01-23Fix the implementation of div()Ehsan Akhgari
2012-01-23Fix the keyboard handlingEhsan Akhgari
2012-01-23Enable running animations in glutEhsan Akhgari
2012-01-23Make sure that the auto-generated functions don't hide the explicitly defined...Ehsan Akhgari
2012-01-23Simplify things by auto-generating some simple functionsEhsan Akhgari
2012-01-23Remove the empty stubsEhsan Akhgari
2012-01-23Implement glGetErrorEhsan Akhgari
2012-01-23Add the glut header fileEhsan Akhgari
2012-01-23log is a string, and should be treated as suchEhsan Akhgari