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
/
library_gl.js
Age
Commit message (
Expand
)
Author
2012-03-31
comment
Alon Zakai
2012-03-31
library additions in preparation for glbook tests
Alon Zakai
2012-03-30
todo
Alon Zakai
2012-03-30
Merge pull request #328 from ehsan/ogre_upstream
Alon Zakai
2012-03-29
some TODO stuff in gl code
Alon Zakai
2012-03-28
Use numerical constants instead of symbolic names
Ehsan Akhgari
2012-03-28
Add some porper null checks
Ehsan Akhgari
2012-03-28
Implement the remaining shader and program functions
Ehsan Akhgari
2012-03-28
Implement GL texture functions
Ehsan Akhgari
2012-03-28
Implement glIsBuffer
Ehsan Akhgari
2012-03-28
Implement glBufferSubData
Ehsan Akhgari
2012-03-28
Implement renderbuffer functions
Ehsan Akhgari
2012-03-28
Implement glGet functions
Ehsan Akhgari
2012-02-18
glDrawArrays
julien.hamaide
2012-02-14
added glBlendFunc and glActiveTexture
julien.hamaide
2012-02-09
glGetShaderiv & glGetProgramiv
julien.hamaide
2012-02-09
Fix error found by ehsan in GL.hastable
julien.hamaide
2012-02-09
Explicit handling of id 0 in hastable
julien.hamaide
2012-02-09
Fix
julien.hamaide
2012-02-09
Fix type for glGenFramebuffer
julien.hamaide
2012-02-06
Merge branch 'master' into incoming
Alon Zakai
2012-02-06
Implement the OpenGL ES 2.0 framebuffer functions
Ehsan Akhgari
2012-02-06
Implement some simple OpenGL ES 2.0 calls
Ehsan Akhgari
2012-02-06
Generate the body of some of the simple functions automatically
Ehsan Akhgari
2012-02-06
Disable WebGL if typed arrays are not being used.
Ehsan Akhgari
2012-01-25
Use constants instead of symbolic names for events
Ehsan Akhgari
2012-01-25
Use the keydown event
Ehsan Akhgari
2012-01-25
Work around a bug in Chromium
Ehsan Akhgari
2012-01-25
Fix the mouse coordinates with the Closure compiler
Ehsan Akhgari
2012-01-25
Fix the keyboard handling with the Closure compiler
Ehsan Akhgari
2012-01-24
Make the requestAnimationFrame checks compatible with Closure
Ehsan Akhgari
2012-01-24
Fix the closure compilation
Ehsan Akhgari
2012-01-24
Make the background of the canvas black
Ehsan Akhgari
2012-01-24
Correct some arguments
Ehsan Akhgari
2012-01-24
Switch over everything to TypedArray_copy
Ehsan Akhgari
2012-01-24
Switch over glBufferData to use TypedArray_copy
Ehsan Akhgari
2012-01-24
Pass the correct values to the reshape function
Ehsan Akhgari
2012-01-23
Implement glutReshapeFunc()
Ehsan Akhgari
2012-01-23
Add support for glGetAttribLocation()
Ehsan Akhgari
2012-01-23
Fix the keyboard handling
Ehsan Akhgari
2012-01-23
Enable running animations in glut
Ehsan Akhgari
2012-01-23
Make sure that the auto-generated functions don't hide the explicitly defined...
Ehsan Akhgari
2012-01-23
Simplify things by auto-generating some simple functions
Ehsan Akhgari
2012-01-23
Remove the empty stubs
Ehsan Akhgari
2012-01-23
Implement glGetError
Ehsan Akhgari
2012-01-23
log is a string, and should be treated as such
Ehsan Akhgari
2012-01-23
Fix the vector variant of the uniform functions
Ehsan Akhgari
2012-01-23
Add debugging assertions
Ehsan Akhgari
2012-01-22
Initial GLUT implementation
Ehsan Akhgari
2012-01-22
Remove the remaining uses of IHEAP
Ehsan Akhgari
[next]