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-12
use === in some gl checks
Alon Zakai
2014-06-12
fix getImageData crash
Alon Zakai
2014-06-12
proxy window resizes
Alon Zakai
2014-06-09
fix uniformMatrix4fv; something (wrong) starting to render
Alon Zakai
2014-06-09
fix fixArgs return value
Alon Zakai
2014-06-09
call preMainLoop/postMainLoop from glut
Alon Zakai
2014-06-09
drawArrays, disableVertexAttribArray
Alon Zakai
2014-06-09
misc functions
Alon Zakai
2014-06-09
createBuffer, bindBuffer
Alon Zakai
2014-06-09
fix uniform name parsing
Alon Zakai
2014-06-09
uniform4fv
Alon Zakai
2014-06-09
useProgram
Alon Zakai
2014-06-09
programs and uniforms stuff
Alon Zakai
2014-06-06
getProgramParameter
Alon Zakai
2014-06-06
track shaders and their sources
Alon Zakai
2014-06-06
linkProgram
Alon Zakai
2014-06-06
bindAttribLocation
Alon Zakai
2014-06-06
attachShader client portion
Alon Zakai
2014-06-06
createProgram, attachShader
Alon Zakai
2014-06-06
getShaderInfoLog
Alon Zakai
2014-06-06
compileShader
Alon Zakai
2014-06-06
remote creators, shaderSource
Alon Zakai
2014-06-06
clear, createShader
Alon Zakai
2014-06-06
enable, disable, clearcolor
Alon Zakai
2014-06-06
proxy getExtension
Alon Zakai
2014-06-06
prepare to proxy gl commands
Alon Zakai
2014-06-06
prefetch extensions
Alon Zakai
2014-06-06
prefetch gl before running worker
Alon Zakai
2014-06-05
more preparations for prefetched parameters
Alon Zakai
2014-06-05
prepare for prefetched parameters
Alon Zakai
2014-06-05
gl constants
Alon Zakai
2014-06-05
prepare for gl proxy test
Alon Zakai
2014-06-05
start WebGLWorker
Alon Zakai
2014-06-05
PropertyBag
Alon Zakai
2014-06-05
fake document.documentElement and removeEventListener
Alon Zakai
2014-06-05
generalize context proxying to support not just 2d contexts
Alon Zakai
2014-06-05
Merge pull request #2405 from huningxin/simd_phi_test
Alon Zakai
Simd phi test
2014-06-04
pull code out of loops when they have a single break and it allows us to ↵
Alon Zakai
turn them into simpler do-whiles
2014-06-04
fix sourceRegex for IE; issue #2400
Alon Zakai
2014-06-04
added Nicolas Guillemot to AUTHORS
Nicolas Guillemot
2014-06-04
removed parens from copy&paste error
Nicolas Guillemot
2014-06-04
Merge branch 'mhenschel-cmake_response_files' into incoming
Jukka Jylänki
2014-06-04
Merge branch 'cmake_response_files' of ↵
Jukka Jylänki
https://github.com/mhenschel/emscripten into mhenschel-cmake_response_files Conflicts: AUTHORS
2014-06-04
export everything in the main module, so side modules can access it
Alon Zakai
2014-06-03
Merge pull request #2401 from rfk/rfk/fix-registerizeHarder-unlabelled-continue
Alon Zakai
Fix registerizeHarder handling unlabelled continue
2014-06-04
Fix registerizeHarder handling of unlabelled 'continue' inside a 'switch'.
Ryan Kelly
2014-06-04
Add test case for phi node handling in SIMD path
Ningxin Hu
2014-06-03
allocate in realpath() if necessary
Alon Zakai
2014-06-03
fix other.test_emcc_nonfastcomp
Alon Zakai
2014-06-02
Merge branch 'update_simd' of github.com:huningxin/emscripten into incoming
Alon Zakai
Conflicts: AUTHORS
[next]