aboutsummaryrefslogtreecommitdiff
path: root/src/library_gl.js
AgeCommit message (Expand)Author
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-02make glut main loop throw again, and fix test_glgearsAlon Zakai
2012-04-02fix test_glgearsAlon Zakai
2012-04-02Whitespace fixesEhsan Akhgari
2012-04-02Merge remote-tracking branch 'behdad/master' into behdadEhsan Akhgari
2012-04-02event.preventDefault if GLUT is handling eventsBehdad Esfahbod
2012-03-31commentAlon Zakai
2012-03-31library additions in preparation for glbook testsAlon Zakai
2012-03-30todoAlon Zakai
2012-03-30Merge pull request #328 from ehsan/ogre_upstreamAlon Zakai
2012-03-29some TODO stuff in gl codeAlon Zakai
2012-03-28Use numerical constants instead of symbolic namesEhsan Akhgari
2012-03-28Add some porper null checksEhsan Akhgari
2012-03-28Implement the remaining shader and program functionsEhsan Akhgari
2012-03-28Implement GL texture functionsEhsan Akhgari
2012-03-28Implement glIsBufferEhsan Akhgari
2012-03-28Implement glBufferSubDataEhsan Akhgari
2012-03-28Implement renderbuffer functionsEhsan Akhgari
2012-03-28Implement glGet functionsEhsan Akhgari
2012-03-28Fix glutPostRedisplay call from glutMainLoopBehdad Esfahbod
2012-03-28Fix back hashtable.removeBehdad Esfahbod
2012-03-28Stop execution in glutMainLoopBehdad Esfahbod
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