aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-13add some EMSCRIPTEN comments for the last mergeAlon Zakai
2012-07-13Merge pull request #497 from imvu/c++11Alon Zakai
Fix C++11 support in libcxx
2012-07-13Disable setting LIBTOOLBehdad Esfahbod
emlibtool is a big TODO right now. The only reason this was not causing problems is that autotools-generated configure does NOT get libtool from environment variables.
2012-07-13Set PKG_CONFIG_LIBDIR and PKG_CONFIG_PATHBehdad Esfahbod
Such that: 1. Packages installed into system/ or system/local are found by configure. 2. System packages are NOT found. This can be a pain sometimes. Can be overriden by setting EM_PKG_CONFIG_PATH to additional locations.
2012-07-13Look into system/local/include and system/local/lib tooBehdad Esfahbod
Now one can do: emconfigure ./configure --prefix=/path/to/emscripten/local And then make install to there, like a real /usr/local. No manual bitcode moving. Now if there was a way to change default prefix of configure using an env var...
2012-07-13set status message in main loop queueAlon Zakai
2012-07-13Merge pull request #313 from SiggyBar/settings-1Alon Zakai
Fixed M_TWOPI in settings.js
2012-07-13emscripten_push_main_loop_blocker improvementsAlon Zakai
2012-07-12fix btest harness bug, python += is not the same as = +Alon Zakai
2012-07-12emscripten_push_main_loop_blockerAlon Zakai
2012-07-12fix tabs->spacesAlon Zakai
2012-07-12Merge pull request #380 from linghuye/masterAlon Zakai
2012-07-12treat pixels of 0 as null in texImage2DAlon Zakai
2012-07-11Merge branch 'master' into incomingAlon Zakai
2012-07-11Merge pull request #286 from richardassar/ie7fix_scriptAlon Zakai
Added IE7 fix script
2012-07-11add some slack to sdl_maprgba for linux/atiAlon Zakai
2012-07-11Merge pull request #508 from nandhp/masterAlon Zakai
Fix SDL_MapRGB and implement SDL_MapRGBA.
2012-07-11settings tweaksAlon Zakai
2012-07-11Fix SDL_MapRGB and implement SDL_MapRGBA.nandhp
Also provide a test case.
2012-07-09llvm umul|add intrinsicsAlon Zakai
2012-07-09Merge pull request #505 from caiiiycuk/llvm_uadd_i8Alon Zakai
llvm_uadd_with_overflow_i8
2012-07-09Add llvm_uadd_with_overflow_i8 functionAleksander Guryanov
2012-07-08update test_emcc for -O3 doing inliningAlon Zakai
2012-07-08fix for getFastValue with subtracting a negativeAlon Zakai
2012-07-07refactor tex[Sub]Image2DAlon Zakai
2012-07-07support for float texturesAlon Zakai
2012-07-07make glut set the global context properly so webgl extensions are initializedAlon Zakai
2012-07-06add INLINING_LIMIT=0 to -O3Alon Zakai
2012-07-06unused << >> optimization in js optimizerAlon Zakai
2012-07-05Merge pull request #496 from imvu/pull-requestAlon Zakai
remove some unused command line arguments
2012-07-05bind attribute 0 to position in auto-generated shadersAlon Zakai
2012-07-05bind attribute 0 to user-defined programs when it is freeAlon Zakai
2012-07-05export Browser.pauseMainLoop|resumeMainLoopAlon Zakai
2012-07-05add myself to authors listChad Austin
2012-07-04remove unneeded byte padding in global allocations of individual number typesAlon Zakai
2012-07-04fix a bug with allocate not being told the right number of bytes with single ↵Alon Zakai
double values, and fix one extra byte being needlessly allocated while we are at it
2012-07-04fallbacks for lack of printErrAlon Zakai
2012-07-04pass the eliminator the filename to avoid OS-specific issues with reading ↵Alon Zakai
from stdin using node
2012-07-04do not eat stderr when running js optimizerAlon Zakai
2012-07-03Fix C++11 support in libcxxChad Austin
2012-07-03remove some unused command line argumentsChad Austin
2012-07-03support non-GL_UNSIGNED_BYTE in glTexSubImage2D as wellAlon Zakai
2012-07-03support non-GL_UNSIGNED_BYTE texture pixel stylesAlon Zakai
2012-06-29export Browser.requestAnimationFrame since it is useful for general code as wellAlon Zakai
2012-06-27add some slack in aniso test for ati/nvidia differencesAlon Zakai
2012-06-27add some additional legitimate outputs to test_cubegeom (ati/linux)Alon Zakai
2012-06-27support for anisotropic filteringAlon Zakai
2012-06-27Add a comment about nostdinc++ and remove the -Xclang version tooEhsan Akhgari
2012-06-27Merge pull request #478 from juj/nostdincEhsan Akhgari
Clang++ reports warning "argument unused during compilation '-nostdinc++'.
2012-06-27preparatory work for anisotropyAlon Zakai