aboutsummaryrefslogtreecommitdiff
path: root/src/library_gl.js
AgeCommit message (Expand)Author
2012-03-28Refactor keyboard funcBehdad Esfahbod
2012-03-28Fix glGetIntegervBehdad Esfahbod
2012-03-28Fix GLUT frame displayBehdad Esfahbod
2012-03-28Fix typoBehdad Esfahbod
2012-03-28Fix glTexImage2D() issue with Firefox where pixels is nullBehdad Esfahbod
2012-03-27Implement glDeleteShader / glDeleteProgramBehdad Esfahbod
2012-03-27Fix glShaderSourceBehdad Esfahbod
2012-03-27Fix makeGetValue addressing in GLBehdad Esfahbod
2012-03-27Implement glutGetModifiers()Behdad Esfahbod
2012-03-27Better handle GLUT frame request handlingBehdad Esfahbod
2012-03-27Add glutMotionFunc()Behdad Esfahbod
2012-03-27Fix glut specialUpFunc checkBehdad Esfahbod
2012-02-18glDrawArraysjulien.hamaide
2012-02-14added glBlendFunc and glActiveTexturejulien.hamaide
2012-02-09glGetShaderiv & glGetProgramivjulien.hamaide
2012-02-09Fix error found by ehsan in GL.hastablejulien.hamaide
2012-02-09Explicit handling of id 0 in hastablejulien.hamaide
2012-02-09Fixjulien.hamaide
2012-02-09Fix type for glGenFramebufferjulien.hamaide
2012-02-06Merge branch 'master' into incomingAlon Zakai
2012-02-06Implement the OpenGL ES 2.0 framebuffer functionsEhsan Akhgari
2012-02-06Implement some simple OpenGL ES 2.0 callsEhsan Akhgari
2012-02-06Generate the body of some of the simple functions automaticallyEhsan Akhgari
2012-02-06Disable WebGL if typed arrays are not being used.Ehsan Akhgari
2012-01-25Use constants instead of symbolic names for eventsEhsan Akhgari
2012-01-25Use the keydown eventEhsan Akhgari
2012-01-25Work around a bug in ChromiumEhsan 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-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 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-23log is a string, and should be treated as suchEhsan Akhgari
2012-01-23Fix the vector variant of the uniform functionsEhsan Akhgari
2012-01-23Add debugging assertionsEhsan Akhgari
2012-01-22Initial GLUT implementationEhsan Akhgari
2012-01-22Remove the remaining uses of IHEAPEhsan Akhgari
2012-01-22Use Array_copy instead of IHEAP.sliceEhsan Akhgari