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-25
rename s_texture to u_texture
Alon Zakai
2012-04-24
cubegeom matrix stuff
Alon Zakai
2012-04-24
create unique renderers for user-defined programs
Alon Zakai
2012-04-24
clean up gl emulation flush, remove unneeded and incorrect bindings
Alon Zakai
2012-04-24
refactor immediate mode flushing for both glDrawArrays and glDrawElements
Alon Zakai
2012-04-24
sys/types.h header fix for some systems where local includes make them fail o...
Alon Zakai
2012-04-24
add ENV_PREFIX to more places
Alon Zakai
2012-04-24
IMG_Init
Alon Zakai
2012-04-24
use env python instead of python in tools/shared if it is available
Alon Zakai
2012-04-24
better hashbang in emscripten.py
Alon Zakai
2012-04-24
gix glLoadMatrix and related functions and add testing
Alon Zakai
2012-04-24
refactor client attribute handling
Alon Zakai
2012-04-24
save bound buffers when doing gl emulation
Alon Zakai
2012-04-24
fix cubegeom shader compilation error
Alon Zakai
2012-04-23
clean up cubegeom
Alon Zakai
2012-04-23
Merge pull request #381 from SiggyBar/library
Alon Zakai
2012-04-23
make gl and library debug options start on, when enabled at compile time
Alon Zakai
2012-04-23
make cubegeom build both natively and with emscripten
Alon Zakai
2012-04-23
use emulation when a gl*Pointer is used
Alon Zakai
2012-04-23
finish current immediate+shader work, add sdlglshader test
Alon Zakai
2012-04-23
gl refactoring in preparation for mixing shader and fixed-function
Alon Zakai
2012-04-23
improve new browser test syntax
Alon Zakai
2012-04-23
remove unneeded dep in gl code
Alon Zakai
2012-04-23
stop disabling spidermonkey -n in test runner
Alon Zakai
2012-04-23
start of nicer browser test boilerplate
Alon Zakai
2012-04-23
fix gl debug typo
Alon Zakai
2012-04-23
get something to show up in cubegeom native build
Alon Zakai
2012-04-23
Fix to strtod_l and add test case for strtold.
Sigmund Vik
2012-04-23
Added strtold and strtod_l/strtold_l stubs.
Sigmund Vik
2012-04-22
fix sdl key stuff and more more support
Alon Zakai
2012-04-22
clean up cubegeom
Alon Zakai
2012-04-22
add second texture to cubegeom test
Alon Zakai
2012-04-22
more sdl keys
Alon Zakai
2012-04-22
improve sqlite test
Alon Zakai
2012-04-22
fix cubegeom compilation errors
Alon Zakai
2012-04-22
annotate cubegeom a little
Alon Zakai
2012-04-22
add buffer data to cubegeom test
Alon Zakai
2012-04-22
wip cubegeometry test
Alon Zakai
2012-04-21
fix gl shader emulation bug
Alon Zakai
2012-04-21
do not add empty lines for library dependencies already handled
Alon Zakai
2012-04-21
gl debug support for shader sources from useProgram
Alon Zakai
2012-04-21
partial support for llvm_umul_with_overflow_i64
Alon Zakai
2012-04-21
support extraction of i64 values in ta2, and partial support for llvm_uadd_wi...
Alon Zakai
2012-04-21
support SDL_LoadBMP_RW
Alon Zakai
2012-04-20
parse GL headers for console log cleaner
Alon Zakai
2012-04-20
print hex numbers alongside decimal in gl and library debug
Alon Zakai
2012-04-20
make library and gl debug configurable at runtime, and share the pretty print...
Alon Zakai
2012-04-20
improve gl debug
Alon Zakai
2012-04-20
comment on temp dir in settings.py
Alon Zakai
2012-04-20
workaround for suffix EXT in addition to ARB for older gl funcs
Alon Zakai
[next]