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-18
some vector immediate mode functions
Alon Zakai
2012-04-18
do not exit the runtime if doing anything async
Alon Zakai
2012-04-18
fix shader generator
Alon Zakai
2012-04-18
stub for glBindProgramARB
Alon Zakai
2012-04-18
glGet workaround for GL_MAX_TEXTURE_COORDS
Alon Zakai
2012-04-18
fix typos
Alon Zakai
2012-04-18
make GL emulation automatically look for ARB-less names
Alon Zakai
2012-04-18
make GLEmulation depend on everything, we will be adding a lot more there
Alon Zakai
2012-04-18
SDL_WarpMouse
Alon Zakai
2012-04-18
do not specify canvas size in css, to allow code to modify the size more easily
Alon Zakai
2012-04-18
Merge pull request #397 from diclophis/html5_shell
Alon Zakai
2012-04-18
sanity check for java
Alon Zakai
2012-04-18
Add jbardin to AUTHORS
Diclophis
2012-04-18
Make src/shell.html HTML5 compliant by fixing incorrect DOM around head/body ...
Diclophis
2012-04-17
some support for SDL_PeepEvents
Alon Zakai
2012-04-17
add emscripten_async_call
Alon Zakai
2012-04-17
do not abort on missing preloading audio and images, just warn
Alon Zakai
2012-04-17
add some SDL audio stubs
Alon Zakai
2012-04-17
add EM_DEBUG option for test runner printouts of run_js
Alon Zakai
2012-04-17
handle more shader incompatibilities
Alon Zakai
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
[next]