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-03-31
do not fix offsets in renderers; fixes test_gl_renderers
Alon Zakai
2013-03-31
fix attribute offsets when they start at >0 and there is an array buffer
Alon Zakai
2013-03-31
do not fix stride in renderers
Alon Zakai
2013-03-16
When finding renderers in the cache, the stride of the current vertex
Michael J. Bishop
2013-03-15
optimize away the allocation in glUniformMatrix?fv with count == 1
Alon Zakai
2013-03-15
optimize away the allocation in glUniform?fv with count == 1
Alon Zakai
2013-03-11
fix client side GL arrays in FULL_ES2
Vladimir Vukicevic
2013-03-11
use bufferSubData in FULL_ES2
Alon Zakai
2013-03-07
FULL_ES2 todo
Alon Zakai
2013-03-07
use temp buffers for indices in glDrawElements in FULL_ES2
Alon Zakai
2013-03-07
use temp buffers in FULL_ES2 array buffers
Alon Zakai
2013-03-07
refactor gl temporary buffer code
Alon Zakai
2013-03-07
optimize out creation of new JS objects in each glVertexAttribPointer call in...
Alon Zakai
2013-03-07
fix FULL_ES2 bug with not taking into account 'first' in glDrawArrays
Alon Zakai
2013-03-07
gl comments
Alon Zakai
2013-03-07
gl whitespace cleanup
Alon Zakai
2013-03-02
GLImmediate should depend on GLEmulation
Alon Zakai
2013-02-27
Merge pull request #887 from MichaelRiss/glVertex2i
Alon Zakai
2013-02-27
fix glIs*
Alon Zakai
2013-02-27
expose current buffers outside of FULL_ES2 - needed for gl emulation
Alon Zakai
2013-02-27
refactor byteSizeByTypeRoot and use it in FULL_ES2
Alon Zakai
2013-02-27
cleanups
Alon Zakai
2013-02-27
Add client-side vertex attribs and index buffers
Vladimir Vukicevic
2013-02-28
Add glVertex3i and glVertex2i calls
Michael Riss
2013-02-27
FORCE_GL_EMULATION option
Alon Zakai
2013-02-27
properly emit calls to gl passthroughs with 0 params, and test for glError
Alon Zakai
2013-02-26
refactor gl detection of attributes from capabilities
Alon Zakai
2013-02-26
Merge pull request #870 from michaeljbishop/adding-glgetbooleanv-gl-vertex-array
Alon Zakai
2013-02-22
Added some more symbols to `glGetBooleanv`
Michael J. Bishop
2013-02-22
Added support in glGetBooleanv GL_VERTEX_ARRAY.
Michael J. Bishop
2013-02-22
add missing vertex array signatures
Alon Zakai
2013-02-22
Merge pull request #869 from michaeljbishop/adding-oes-symbols
Alon Zakai
2013-02-22
clean up last renderer when wiping everything out for vao
Alon Zakai
2013-02-22
typo
Alon Zakai
2013-02-22
GL_UNSAFE_OPTS option
Alon Zakai
2013-02-22
mark client attributes as modified when we clear for vaos
Alon Zakai
2013-02-22
wipe out previous vao-related state when binding a vao
Alon Zakai
2013-02-22
save client states in vertex array objects
Alon Zakai
2013-02-22
Added support for `glFramebufferTexture2DOES`
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
[next]