index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2014-06-19
fire resize listener from sdl consistently each time
Alon Zakai
2014-06-19
drop objects on client when delete'd
Alon Zakai
2014-06-19
only send gl commandbuffer if contains content
Alon Zakai
2014-06-19
add missing deleteFramebuffer, deleteRenderbuffer argument fixing
Alon Zakai
2014-06-19
assume pointer lock in workers, to get some mouse support working
Alon Zakai
2014-06-18
silently ignore invalid textures in glDeleteTextures, per the spec
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
handle grayscale images in sdl image loading no-rawData path
Alon Zakai
2014-06-18
scissor, colorMask
Alon Zakai
2014-06-18
fake Audio in workers
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
only proxy canvas messages for the module canvas
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
more prefetched gl parameters
Alon Zakai
2014-06-18
send 2d image data from worker only from canvas context that is the screen
Alon Zakai
2014-06-18
proxy pixelStorei
Alon Zakai
2014-06-18
commented worker dumping
Alon Zakai
2014-06-18
comment
Alon Zakai
2014-06-17
PROXY_TO_WORKER_FILENAME option
Alon Zakai
2014-06-17
fix reftesting on proxy tests
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
remove gl debug object identification
Alon Zakai
2014-06-17
some debugging for gl client errors
Alon Zakai
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
save non-proxied version when doing both proxied and non proxied browser test
Alon Zakai
2014-06-17
make it easy to use GL debug logging in workers as well
Alon Zakai
2014-06-17
abort on readPixels in worker
Alon Zakai
2014-06-17
simplify proxy testing
Alon Zakai
2014-06-16
fake canvas.exitPointerLock
Alon Zakai
2014-06-16
clearDepth, depthFunc, frontFace, cullFace
Alon Zakai
2014-06-16
return 0 in gl emulation code for GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
Alon Zakai
2014-06-16
another prefetched parameter
Alon Zakai
[next]