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
/
webGLWorker.js
Age
Commit message (
Collapse
)
Author
2014-06-23
remove number of args from gl proxy protocol
Alon Zakai
2014-06-23
stop passing string call names in gl proxying
Alon Zakai
2014-06-20
prevent shader regex from mixing up lines
Alon Zakai
2014-06-20
fix spurious parsing of uniforms in some cases
Alon Zakai
2014-06-20
fix getUniformLocation on indexed values
Alon Zakai
2014-06-20
uniform3fv
Alon Zakai
2014-06-20
fix a few attribute and uniform errors
Alon Zakai
2014-06-20
getActiveAttrib
Alon Zakai
2014-06-20
handle ACTIVE_ATTRIBUTES
Alon Zakai
2014-06-20
debugPrint option for gl proxying
Alon Zakai
2014-06-20
fps debugging stuff
Alon Zakai
2014-06-19
share prefetched gl data among all instances of WebGLWorker
Alon Zakai
2014-06-19
only send gl commandbuffer if contains content
Alon Zakai
2014-06-18
support null arguments in deleteX
Alon Zakai
2014-06-18
proxy lineWidth
Alon Zakai
2014-06-18
track the current program
Alon Zakai
2014-06-18
scissor, colorMask
Alon Zakai
2014-06-18
proxy framebufferRenderbuffer
Alon Zakai
2014-06-18
proxy some renderbuffer stuff
Alon Zakai
2014-06-18
fake checkFramebufferStatus
Alon Zakai
2014-06-18
proxy framebufferTexture2D
Alon Zakai
2014-06-18
handle texImage2D with pixels === null
Alon Zakai
2014-06-18
proxy framebuffer stuff
Alon Zakai
2014-06-18
handle (ignore) null locations in uniform[XY]
Alon Zakai
2014-06-18
proxy depthMask, depthRange, blendFunc
Alon Zakai
2014-06-18
proxy compressedTexImage2D
Alon Zakai
2014-06-18
proxy deleteBuffer
Alon Zakai
2014-06-18
fix useProgram(null)
Alon Zakai
2014-06-18
proxy pixelStorei
Alon Zakai
2014-06-17
proxy glDeleteTexture, glIsTexture; enable proxied browser.test_cube_explosion
Alon Zakai
2014-06-17
vertexAttrib4fv; enable proxied test_cubegeom_color2
Alon Zakai
2014-06-17
proxy bufferSubData; enable proxied test_cubegeom_normal_dap
Alon Zakai
2014-06-17
track arrayBuffer and elementArrayBuffer locally
Alon Zakai
2014-06-17
bind all unbound attributes right before link; enable proxied ↵
Alon Zakai
cubegeom_normal test
2014-06-17
return null from getUniformLocation on invalid uniforms
Alon Zakai
2014-06-17
return -1 from getAttribLocation when queried on nonexisting attributes
Alon Zakai
2014-06-17
parse attributes
Alon Zakai
2014-06-17
fix bufferData copying
Alon Zakai
2014-06-17
abort on readPixels in worker
Alon Zakai
2014-06-16
clearDepth, depthFunc, frontFace, cullFace
Alon Zakai
2014-06-16
deleteShader, deleteProgram
Alon Zakai
2014-06-16
skip main loop iterations when gl buffer is stalled, instead of gl frames ↵
Alon Zakai
which may be incorrect to drop
2014-06-13
fixes
Alon Zakai
2014-06-13
drawElements, prepare for cubegeom proxy test
Alon Zakai
2014-06-13
uniform1f
Alon Zakai
2014-06-13
getAttribLocation, and track and allocate attributes in worker
Alon Zakai
2014-06-13
uniform1i
Alon Zakai
2014-06-13
parse shader uniforms in format |uniform type a, b;|
Alon Zakai
2014-06-13
getProgramParameter(LINK_STATUS)
Alon Zakai
2014-06-13
getShaderParameter
Alon Zakai
[next]