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
Age
Commit message (
Expand
)
Author
2012-04-17
more glsl rewriting fixes
Alon Zakai
2012-04-17
fix glsl rewriting
Alon Zakai
2012-04-17
fix closure issues with exception handling, and add test coverage
Alon Zakai
2012-04-17
safe heap fix to catch undefined properly
Alon Zakai
2012-04-16
fix sscanf handling of ends of %s
Alon Zakai
2012-04-16
gl todos
Alon Zakai
2012-04-16
handle multiple textures in glsl workarounds
Alon Zakai
2012-04-16
restore 2 constants in sys/ioctl.h
Alon Zakai
2012-04-16
Merge pull request #390 from ehsan/defines
Alon Zakai
2012-04-16
Merge pull request #389 from ehsan/compression_tests
Alon Zakai
2012-04-16
yet more glsl workarounds
Alon Zakai
2012-04-16
more glsl workarounds
Alon Zakai
2012-04-16
gl emulation workarounds for glsl differences
Alon Zakai
2012-04-16
refactor glShaderSource
Alon Zakai
2012-04-16
Add a bunch of defines needed to get socket based applications to compile
Ehsan Akhgari
2012-04-16
additional gl emulation support
Alon Zakai
2012-04-16
fix glPopMatrix
Alon Zakai
2012-04-16
only init immediate mode support once
Alon Zakai
2012-04-16
Build the lzma-native binary if needed
Ehsan Akhgari
2012-04-15
use printErr for gl warnings
Alon Zakai
2012-04-15
add working test_sdl_ogl_p
Alon Zakai
2012-04-15
work towards clientside attributes
Alon Zakai
2012-04-15
add disabled sdl_ogl_p test as the next target
Alon Zakai
2012-04-15
fix sdl_ogl.c for native builds
Alon Zakai
2012-04-15
more immediate mode refactoring
Alon Zakai
2012-04-15
refactor immediate mode code in preparation for generalization
Alon Zakai
2012-04-15
GL warnings
Alon Zakai
2012-04-15
assert on immediate mode commands being in begin/end
Alon Zakai
2012-04-15
small gl cleanup
Alon Zakai
2012-04-15
start to generalize immediate mode code
Alon Zakai
2012-04-14
Merge pull request #387 from SiggyBar/windows-5
Alon Zakai
2012-04-14
fix makeSetValue on complex structural types, fixes #386
Alon Zakai
2012-04-14
support js arrays as inputs in ccall
Alon Zakai
2012-04-14
copy to pixels in SDL_Blit as well, and warn
Alon Zakai
2012-04-14
take note of rgba masks when creating sdl surfaces
Alon Zakai
2012-04-14
remove unneeded this. in gl code
Alon Zakai
2012-04-15
One more linker stub fix for Windows.
Sigmund Vik
2012-04-14
improve texture binding in immediate mode emulation
Alon Zakai
2012-04-14
fix for test_sdl_ogl
Alon Zakai
2012-04-14
clean up emscripten temp dir
Alon Zakai
2012-04-14
retrieve pixel data from IMG_Load, for maximum compatibility
Alon Zakai
2012-04-14
some empty stubs for glColor calls
Alon Zakai
2012-04-14
fix and clean up gl matrix calls
Alon Zakai
2012-04-14
support for GL_TRIANGLE_STRIP
Alon Zakai
2012-04-14
warn about undefineds in GL_DEBUG
Alon Zakai
2012-04-13
more gl emulation
Alon Zakai
2012-04-13
more gl emulation stuff
Alon Zakai
2012-04-13
--js-library option to make it easy to add additional library_*.js files
Alon Zakai
2012-04-13
add final missing parts of webgl spec
Alon Zakai
2012-04-13
sdl pageup/down
Alon Zakai
[next]