Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-13 | Hook up the modelview and projection matrices to the rendering | Ehsan Akhgari | |
2012-04-13 | Add some necessary deps | Ehsan Akhgari | |
2012-04-13 | Fix a typo | Ehsan Akhgari | |
2012-04-13 | Create the texture before binding it | Ehsan Akhgari | |
2012-04-13 | Load the immediate mode and matrix libs for glMatrixMode and glLoadIdentity ↵ | Ehsan Akhgari | |
as well | |||
2012-04-13 | Implement glutInitWindowPosition | Ehsan Akhgari | |
2012-04-13 | Merge remote-tracking branch 'upstream/incoming' into glmatrix | Ehsan Akhgari | |
Conflicts: src/library_gl.js | |||
2012-04-12 | fix test_firstrun | Alon Zakai | |
2012-04-12 | add glReadPixels and sdl/gl test for it | Alon Zakai | |
2012-04-12 | add some more gles passthroughs | Alon Zakai | |
2012-04-12 | support glClearDepthf which calls glClearDepth | Alon Zakai | |
2012-04-12 | remove unneeded immediate mode code | Alon Zakai | |
2012-04-12 | improve gl_debug | Alon Zakai | |
2012-04-12 | beginnings of immediate mode support | Alon Zakai | |
2012-04-12 | prepare for sdl/ogl test | Alon Zakai | |
2012-04-12 | SDL_LoadBMP | Alon Zakai | |
2012-04-12 | files for sdl/ogl immediate mode test | Alon Zakai | |
2012-04-12 | add i16 gl_debug support | Alon Zakai | |
2012-04-12 | Final fixes | Ehsan Akhgari | |
2012-04-12 | Merge remote-tracking branch 'upstream/incoming' into glmatrix | Ehsan Akhgari | |
Conflicts: src/library_gl.js | |||
2012-04-12 | Finish the implementation of the matrix stuff | Ehsan Akhgari | |
2012-04-12 | fix EM_SAVE_DIR | Alon Zakai | |
2012-04-12 | fix return value for glCheckFramebufferStatus | Alon Zakai | |
2012-04-12 | nicer browser test harness text | Alon Zakai | |
2012-04-12 | Merge pull request #375 from SiggyBar/library | Alon Zakai | |
Small cleanup to library.js | |||
2012-04-12 | Merge pull request #374 from SiggyBar/build-env-2 | Alon Zakai | |
Make it easier to use emscripten from a build system. | |||
2012-04-12 | More consistent stubs for functions accepting a locale. | Sigmund Vik | |
Now isdigit_l, isxdigit_l, strftime_l, and strptime_l follow the same convention used by strtol_l et al. | |||
2012-04-12 | Fixed typo in library_gl.js | Sigmund Vik | |
2012-04-11 | some memcpy support in autodebugger | Alon Zakai | |
2012-04-11 | more autodebugger capabilities | Alon Zakai | |
2012-04-11 | safe heap fix | Alon Zakai | |
2012-04-11 | make test_worker completely automatic | Alon Zakai | |
2012-04-11 | make test_html a reftest | Alon Zakai | |
2012-04-11 | update test_structbyval | Alon Zakai | |
2012-04-11 | improve warning about huge floats | Alon Zakai | |
2012-04-11 | show compiler warnings to console, not in source | Alon Zakai | |
2012-04-11 | include glMatrix when glBegin is used | Alon Zakai | |
2012-04-11 | Merge remote-tracking branch 'upstream/incoming' into glmatrix | Ehsan Akhgari | |
2012-04-11 | Initial GL matrix infrastructure | Ehsan Akhgari | |
2012-04-11 | modify glMatrix for emscripten | Alon Zakai | |
2012-04-11 | clean up gears tests | Alon Zakai | |
2012-04-11 | Fixed parameters for strptime_l. | Sigmund Vik | |
2012-04-11 | Added stub for strptime_l to library.js | Sigmund Vik | |
2012-04-11 | Added stub for strftime_l to library.js | Sigmund Vik | |
This function is required by e.g. Boost Local Time. | |||
2012-04-11 | A more accurate output message in test case in sanity.test_emcc | Sigmund Vik | |
2012-04-11 | Make it easier to use emscripten from a build system. | Sigmund Vik | |
- Allow the configuration to be specified directly in the EM_CONFIG environment variable instead of in a config file. The config file approach has some shortcomings when using emscripten from a build system (e.g. it uses a single global config file so it is hard to configure emscripten in different ways from different build trees). The presence of newlines in the EM_CONFIG string variable is used to decide if the configuration is stored directly in the environment variable or it is used to specify the config file (is this too much of a hack?). - Skip check_sanity() and check_engine() based on the presence of the config file. When running from a build system, it is the build system's responsibility that everything is set up correctly. Maybe a new environment variable EM_SKIP_CHECKS or something like that might be better to decide whether or not to run these checks? - Do not assume that the SPIDERMONKEY_ENGINE environment variable is set. - Add EM_CACHE environment variable that can be used to control where emscripten should store built libraries. | |||
2012-04-11 | add glMatrix.js | Alon Zakai | |
2012-04-11 | show some progress in browser test harness | Alon Zakai | |
2012-04-11 | close browser test windows in almost all tests, making the browser tests ↵ | Alon Zakai | |
much more automatic | |||
2012-04-10 | optimize gl heap viewing | Alon Zakai | |