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
2013-02-22
Added support in glGetBooleanv GL_VERTEX_ARRAY.
Michael J. Bishop
2013-02-21
aliases for OES vertex array functions
Alon Zakai
2013-02-20
do not forward enable/disable of GL_TEXTURE_2D to WebGL enable/disable, it is...
Alon Zakai
2013-02-20
add more glGetIntegerv constants
Alon Zakai
2013-02-20
TODO: multiple array buffers in vao (for each vertex attrib pointer separately)
Alon Zakai
2013-02-20
glGetPointerv
Alon Zakai
2013-02-20
vertex array object support in gl emulation
Alon Zakai
2013-02-19
warn only once on glTexEnv*
Alon Zakai
2013-02-19
Added some symbol compatibility for OpenGL1.1.
Michael Bishop
2013-02-19
Added support for `glFrustumf`.
Michael J. Bishop
2013-02-17
another gl workaround
Alon Zakai
2013-02-15
ensure no writes out of the buffer area in glReadPixels
Alon Zakai
2013-02-14
fix and test glIsProgram
Alon Zakai
2013-02-14
fix gl flush assertion
Alon Zakai
2013-02-08
gles workaround
Alon Zakai
2013-02-08
gl assertion
Alon Zakai
2013-02-08
fix comparison
Alon Zakai
2013-02-08
check for restriding exceeding the temp buffer size
Alon Zakai
2013-02-08
make gl temp buffer size adjustable
Alon Zakai
2013-02-06
do not throw on an incorrect glEnableClientState, just warn
Alon Zakai
2013-02-06
support packed attributes in gl emulation code, perform restriding manually
Alon Zakai
2013-02-06
better checks for stride in prepareClientAttributes
Alon Zakai
2013-02-06
fix gluPerspective and add test
Alon Zakai
2013-01-31
fix glIsTexture from throwing a warning on null-ified textures, and add testing
Alon Zakai
2013-01-30
optimize gl constant compile-time multiplications
Alon Zakai
2013-01-23
sdl and gl error stubs
Alon Zakai
2013-01-20
refactor getProcAddress
Alon Zakai
2013-01-20
refactor gl emulation code
Alon Zakai
2013-01-19
fix glColor
Alon Zakai
2013-01-19
refactor gl emulation code that replaces drawing functions at runtime
Alon Zakai
2013-01-19
support glBegin on GL_POINTS; fixes #793
Alon Zakai
2013-01-16
- remove erroneous, trailing comma at the end of the previously added gluOrth...
Michael Riss
2013-01-16
Added the gluOrtho2D function.
Michael Riss
2013-01-11
fix glVertex3f
Alon Zakai
2013-01-11
fix gl lib alias calling from js lib code
Alon Zakai
2012-12-31
getProcAddress fixes
Alon Zakai
2012-12-13
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-12
clamp glColor floats to [0,1]
Alon Zakai
2012-12-07
generate separate type-specific function tables
Alon Zakai
2012-11-23
fix glBufferSubData
Alon Zakai
2012-11-13
glVertex2fv, +tests
Alon Zakai
2012-10-17
return identical ids from glGetUniformLocation when we need to
Alon Zakai
2012-08-05
optimize rendererCache lookups
Alon Zakai
2012-08-05
keep rendererComponents dense
Alon Zakai
2012-08-05
fix glEnd rendererComponents bug
Alon Zakai
2012-08-05
ensure all renderer cache items are dense, except for program
Alon Zakai
2012-08-05
refactor to always access attributes quickly by their id
Alon Zakai
2012-08-05
optimize byteSizeByType
Alon Zakai
2012-08-05
keep GL lookup tables dense
Alon Zakai
2012-07-25
allow apps to link both GL and SDL 2D backends and use just one
Alon Zakai
[next]