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-06-21
Implement GL_LINEAR fog mode
Ehsan Akhgari
2012-06-21
Implement GL_EXP2 fog mode
Ehsan Akhgari
2012-06-21
Choose better names for the test files
Ehsan Akhgari
2012-06-21
Add support for fog density
Ehsan Akhgari
2012-06-21
Add a test for basic fog support
Ehsan Akhgari
2012-06-21
Add support for glIsEnabled(GL_FOG)
Ehsan Akhgari
2012-06-21
Compute the color involving the shader first and then apply the fog
Ehsan Akhgari
2012-06-21
Use only the z component of the distance vector
Ehsan Akhgari
2012-06-21
Remove two unused variables
Ehsan Akhgari
2012-06-21
Fix a number of typos
Ehsan Akhgari
2012-06-20
Initial immediate mode fog support
Ehsan Akhgari
2012-06-20
Respect GL_FOG in glEnable/glDisable
Ehsan Akhgari
2012-06-20
Fix a typo
Ehsan Akhgari
2012-06-20
Stub out the other fog functions
Ehsan Akhgari
2012-06-20
Merge pull request #479 from ehsan/explicit_capabilities
Alon Zakai
2012-06-20
support for non-square crunch textures with mipmaps
Alon Zakai
2012-06-19
Merge pull request #480 from ehsan/crunch_import_warning
Alon Zakai
2012-06-19
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
Alon Zakai
2012-06-19
crunch fix
Alon Zakai
2012-06-19
Only pull CRUNCH from shared.py if --crunch is used
Ehsan Akhgari
2012-06-19
Check for supported capabilities explicitly
Ehsan Akhgari
2012-06-19
more crunch printouts
Alon Zakai
2012-06-18
remove some unneeding emcc printing
Alon Zakai
2012-06-18
hint at crunch format
Alon Zakai
2012-06-18
some info for crunching
Alon Zakai
2012-06-18
handle case of nonexisting .crn when testing dds updates
Alon Zakai
2012-06-18
do not recrunch if dds is unchanged
Alon Zakai
2012-06-18
test for decrunching more than one image
Alon Zakai
2012-06-18
log out crunch times
Alon Zakai
2012-06-18
write preparing, not downloading when preparing downloaded data
Alon Zakai
2012-06-18
de-crunch in a worker
Alon Zakai
2012-06-17
crunch fixes
Alon Zakai
2012-06-17
missing s3tc_crunch file
Alon Zakai
2012-06-17
define preRun and postRun in browser html
Alon Zakai
2012-06-17
crunch support
Alon Zakai
2012-06-17
allow multiple preRun/postRun
Alon Zakai
2012-06-17
allow multiple pre-js and post-js
Alon Zakai
2012-06-17
Merge pull request #474 from ehsan/mouselockmovement
Alon Zakai
2012-06-16
move suffix tools to shared
Alon Zakai
2012-06-16
refactor SDL audio a little and add support for music volume adjustment
Alon Zakai
2012-06-16
only warn on lack of texture compression, some parts of levels might still work
Alon Zakai
2012-06-16
GL_QUAD non-0 start rendering fix
Alon Zakai
2012-06-15
gl todo
Alon Zakai
2012-06-15
handle -1 arguments to Mix_Volume
Alon Zakai
2012-06-15
SDL_StartTextInput stub
Alon Zakai
2012-06-15
SDL_GetVideoSurface
Alon Zakai
2012-06-15
fix emscripten_async_call for native builds with multiple files
Alon Zakai
2012-06-15
move emscripten.h to emscripten/emscripten.h, so native builds can -I that di...
Alon Zakai
2012-06-14
EMSCRIPTEN_KEEPALIVE
Alon Zakai
2012-06-14
silly fix for gl_ModelViewMatrixTranspose[2]
Alon Zakai
[next]