Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-25 | Fix inconsistent linkage warnings from Visual Studio caused by mismatched ↵ | Jukka Jylänki | |
dllexport specifiers. Both definition and declaration need to have dllexport present, and added RELOOPERDLL_EXPORTS define to the .cpp file so it always sees the dllexport version instead of dllimport. | |||
2014-01-24 | spinner during startup; #2050 | Alon Zakai | |
2014-01-24 | Merge pull request #2035 from juj/html5_events1.9.4 | Alon Zakai | |
HTML5 Events API. | |||
2014-01-24 | Rename library_events to library_html5 and other suggested renamings. Add ↵ | Jukka Jylänki | |
better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features. | |||
2014-01-23 | use correct bufferData method when passing a NULL pointer | Anthony Pesch | |
2014-01-23 | export the runtime; fixes #2041 | Alon Zakai | |
2014-01-23 | better error reporting on errors in js libraries; fixes #2033 | Alon Zakai | |
2014-01-22 | Merge pull request #1905 from juj/glGetTexEnv | Alon Zakai | |
Gl get tex env | |||
2014-01-22 | fix some sdl typos that error on safe heap in asm mode, and add test ↵ | Alon Zakai | |
coverage; fixes #2044 | |||
2014-01-22 | some headless additions | Alon Zakai | |
2014-01-22 | eliminate llvm_prefetch; fixes #2043 | Alon Zakai | |
2014-01-22 | fastcomp updates and a test for fptosi|ui on floats and doubles | Alon Zakai | |
2014-01-22 | avoid unresolved symbol warnings on misc funcs in fastcomp | Alon Zakai | |
2014-01-22 | Implement C-based events library for various HTML5 APIs. | Jukka Jylänki | |
2014-01-22 | Fix default vertex color to (1,1,1,1) and properly enable correct attribute ↵ | Jukka Jylänki | |
streams when doing immediate mode rendering when GL_FFP_ONLY is set. | |||
2014-01-20 | Merge pull request #2037 from waywardmonkeys/updates5 | Alon Zakai | |
Updates 5 | |||
2014-01-21 | Move workaround for emscripten from include/exception to library.js. | Bruce Mitchener | |
2014-01-20 | fix longjmp call by pointer in fastcomp, and enable test_longjmp2 | Alon Zakai | |
2014-01-20 | Remove unused _Unwind_* functions. | Bruce Mitchener | |
2014-01-19 | remove obsolete assertion | Alon Zakai | |
2014-01-19 | better error message for asm.js not supporting growable heap yet | Alon Zakai | |
2014-01-18 | improve EM_ASM to tolerate quotes when safe, and error when not; fixes #2032 | Alon Zakai | |
2014-01-18 | Merge pull request #2030 from waywardmonkeys/updates4 | Alon Zakai | |
Updates 4 | |||
2014-01-18 | handle #if !X in preprocessor | Alon Zakai | |
2014-01-18 | Merge pull request #2031 from juj/fix_glemu_enabledisable | Alon Zakai | |
Fix glemu enabledisable | |||
2014-01-18 | Fix GL emulation cleanup to properly update the state it changes. | Jukka Jylänki | |
2014-01-18 | Fix FFP GL emulation directives. The form !GL_FFP_ONLY is not supported, use ↵ | Jukka Jylänki | |
GL_FFP_ONLY == 0 instead. | |||
2014-01-18 | Implement catopen/catgets/catclose to help libcxx tests pass. | Bruce Mitchener | |
2014-01-18 | No need for 64 bit aliases for these | Bruce Mitchener | |
2014-01-18 | Remove unused aliases. | Bruce Mitchener | |
2014-01-17 | add missing ; | Alon Zakai | |
2014-01-17 | handle unsigned reads in safe heap | Alon Zakai | |
2014-01-17 | add missing ;s | Alon Zakai | |
2014-01-17 | add missing ; | Alon Zakai | |
2014-01-17 | remove current memory initialization chunking via .concat(..) | Alon Zakai | |
2014-01-17 | Fix GL_FFP_ONLY path to enable/disable vertex attribute arrays as a response ↵ | Jukka Jylänki | |
to glEnable/DisableClientState instead of adjusting that during rendering. | |||
2014-01-16 | Merge branch 'remove-01-aliases' of github.com:waywardmonkeys/emscripten ↵ | Alon Zakai | |
into incoming | |||
2014-01-16 | fix strnlen input of size, which should be unsigned | Alon Zakai | |
2014-01-16 | add __h_errno; fixes #2013 | Alon Zakai | |
2014-01-16 | don't override Module.print and printErr if the user specified them | Alon Zakai | |
2014-01-16 | enable a form of safe heap in asm, using js optimizer pass to ensure full ↵ | Alon Zakai | |
coverage and support for fastcomp | |||
2014-01-16 | Remove __01*64_ aliases that don't appear to be necessary. | Bruce Mitchener | |
These were added when Python support was fixed up, but don't appear to be needed or used anywhere. | |||
2014-01-15 | re-merge split blocks in multiples1.9.2 | Alon Zakai | |
2014-01-15 | share block ids in relooper among split blocks1.9.1 | Alon Zakai | |
2014-01-15 | fix Math_floor coercion in unrecommended codegen modes (no roundings ↵ | Alon Zakai | |
correction or imprecise i64) | |||
2014-01-15 | Optimize FFP GL shader generation in the case when GL_COMBINE is used. This ↵ | Jukka Jylänki | |
merges duplicate texture loads into one and avoids a redundant * 1.0 op. | |||
2014-01-15 | Optimize rendering from client-side memory by maintaining a set of ↵ | Jukka Jylänki | |
doublebuffered VBOs. This improves performance by reducing CPU-GPU pipeline stalls. | |||
2014-01-15 | Further optimize FFP GL getRenderer() operation. | Jukka Jylänki | |
2014-01-14 | fix double start bug #1992 in browser as well | Alon Zakai | |
2014-01-14 | Add GLEW 1.10.0 emulation | Jari Vetoniemi | |
Includes library_glew.js that stubs the init functions, but also provides the other functions. GL/glew.h is now changed to work with GLEW_EXT_foo_bar constants, some missing constants that are in GLEW 1.10.0 are also provided. Otherwise it still uses SDL_opengl.h to provide function definitions and other constants. Linaro's GLEW (glew-oes) is also supported to some degree to make it easier to get ES1 and ES2 software using it running. What it lacks: - Some constants and function declarations that are in GLEW 1.10.0 might be missing. - The real glew-es fork also includes normal GL constants and function pointers, this does not. Tests ran: - tests/runner.py browser Real world example using this code (and upcomming glfw3 port) can be found here: http://cloudef.eu/glhck http://cloudef.eu/glhck/qb.html |