Alon Zakai
689a90a987
fix test_poppler
2012-07-14 11:34:11 -07:00
Alon Zakai
9234eaa52f
add some EMSCRIPTEN comments for the last merge
2012-07-13 15:45:29 -07:00
Alon Zakai
5ac912dbe9
Merge pull request #497 from imvu/c++11
...
Fix C++11 support in libcxx
2012-07-13 15:44:05 -07:00
Behdad Esfahbod
c0b7050981
Disable setting LIBTOOL
...
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-13 15:38:35 -07:00
Behdad Esfahbod
6dabaa9fa2
Set PKG_CONFIG_LIBDIR and PKG_CONFIG_PATH
...
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-13 15:38:05 -07:00
Behdad Esfahbod
e7f8355cff
Look into system/local/include and system/local/lib too
...
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-13 15:37:38 -07:00
Alon Zakai
12217f783d
set status message in main loop queue
2012-07-13 15:33:38 -07:00
Alon Zakai
d92a9560be
Merge pull request #313 from SiggyBar/settings-1
...
Fixed M_TWOPI in settings.js
2012-07-13 15:17:28 -07:00
Alon Zakai
7f34950cc7
emscripten_push_main_loop_blocker improvements
2012-07-13 10:58:05 -07:00
Alon Zakai
1b15a1c44b
fix btest harness bug, python += is not the same as = +
2012-07-12 21:21:16 -07:00
Alon Zakai
3b6025a2c4
emscripten_push_main_loop_blocker
2012-07-12 18:26:46 -07:00
Alon Zakai
42f93a46a6
fix tabs->spaces
2012-07-12 18:24:03 -07:00
Alon Zakai
96f8df489e
Merge pull request #380 from linghuye/master
2012-07-12 14:16:03 -07:00
Alon Zakai
733914ce08
treat pixels of 0 as null in texImage2D
2012-07-12 12:22:12 -07:00
Alon Zakai
1aba28b226
Merge branch 'master' into incoming
2012-07-11 20:46:55 -07:00
Alon Zakai
98c7b69e8a
Merge pull request #286 from richardassar/ie7fix_script
...
Added IE7 fix script
2012-07-11 20:46:05 -07:00
Alon Zakai
7eedeb53ce
add some slack to sdl_maprgba for linux/ati
2012-07-11 17:17:01 -07:00
Alon Zakai
f0fc07b881
Merge pull request #508 from nandhp/master
...
Fix SDL_MapRGB and implement SDL_MapRGBA.
2012-07-11 17:07:06 -07:00
Alon Zakai
22735259a5
settings tweaks
2012-07-11 10:34:40 -07:00
nandhp
81bbbc3de4
Fix SDL_MapRGB and implement SDL_MapRGBA.
...
Also provide a test case.
2012-07-11 10:30:29 -05:00
Alon Zakai
58a4bc170f
llvm umul|add intrinsics
2012-07-09 18:23:50 -07:00
Alon Zakai
6ea2d1851c
Merge pull request #505 from caiiiycuk/llvm_uadd_i8
...
llvm_uadd_with_overflow_i8
2012-07-09 18:21:29 -07:00
Aleksander Guryanov
e875fb7d17
Add llvm_uadd_with_overflow_i8 function
2012-07-09 21:26:48 +07:00
Alon Zakai
faebd71318
update test_emcc for -O3 doing inlining
2012-07-08 19:58:54 -07:00
Alon Zakai
282c638020
fix for getFastValue with subtracting a negative
2012-07-08 13:14:31 -07:00
Alon Zakai
f300496310
refactor tex[Sub]Image2D
2012-07-07 13:10:06 -07:00
Alon Zakai
096822bc57
support for float textures
2012-07-07 12:04:28 -07:00
Alon Zakai
5c5b784417
make glut set the global context properly so webgl extensions are initialized
2012-07-07 12:04:06 -07:00
Alon Zakai
d94cc315ef
add INLINING_LIMIT=0 to -O3
2012-07-06 18:13:25 -07:00
Alon Zakai
e07907aaa0
unused << >> optimization in js optimizer
2012-07-06 15:52:34 -07:00
Alon Zakai
69f3af28ff
Merge pull request #496 from imvu/pull-request
...
remove some unused command line arguments
2012-07-05 17:44:58 -07:00
Alon Zakai
2f1f0a5b37
bind attribute 0 to position in auto-generated shaders
2012-07-05 17:19:04 -07:00
Alon Zakai
bba6899919
bind attribute 0 to user-defined programs when it is free
2012-07-05 17:16:59 -07:00
Alon Zakai
9aee47c30f
export Browser.pauseMainLoop|resumeMainLoop
2012-07-05 14:58:13 -07:00
Chad Austin
80a4f1a3a3
add myself to authors list
2012-07-05 01:07:57 -07:00
Alon Zakai
04bbb220c6
remove unneeded byte padding in global allocations of individual number types
2012-07-04 17:57:27 -07:00
Alon Zakai
b9e43e29b6
fix a bug with allocate not being told the right number of bytes with single double values, and fix one extra byte being needlessly allocated while we are at it
2012-07-04 16:08:05 -07:00
Alon Zakai
370128e8d9
fallbacks for lack of printErr
2012-07-04 14:05:48 -07:00
Alon Zakai
1efbaae031
pass the eliminator the filename to avoid OS-specific issues with reading from stdin using node
2012-07-04 12:50:37 -07:00
Alon Zakai
6335ad37c2
do not eat stderr when running js optimizer
2012-07-04 12:32:15 -07:00
Chad Austin
3a252e1924
Fix C++11 support in libcxx
2012-07-03 18:37:28 -07:00
Chad Austin
58fa53cd1b
remove some unused command line arguments
2012-07-03 18:33:24 -07:00
Alon Zakai
4b0724583b
support non-GL_UNSIGNED_BYTE in glTexSubImage2D as well
2012-07-03 11:41:57 -07:00
Alon Zakai
80b4a4b910
support non-GL_UNSIGNED_BYTE texture pixel styles
2012-07-03 11:37:48 -07:00
Alon Zakai
9612d140e7
export Browser.requestAnimationFrame since it is useful for general code as well
2012-06-29 12:02:15 -07:00
Alon Zakai
76ff990d1f
add some slack in aniso test for ati/nvidia differences
2012-06-27 20:12:43 -07:00
Alon Zakai
c82110d230
add some additional legitimate outputs to test_cubegeom (ati/linux)
2012-06-27 17:58:09 -07:00
Alon Zakai
25ef30fdbe
support for anisotropic filtering
2012-06-27 15:52:25 -07:00
Ehsan Akhgari
74a7e8e3e0
Add a comment about nostdinc++ and remove the -Xclang version too
2012-06-27 18:23:48 -04:00
Ehsan Akhgari
2aff319609
Merge pull request #478 from juj/nostdinc
...
Clang++ reports warning "argument unused during compilation '-nostdinc++'.
2012-06-27 15:22:05 -07:00