summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-13Hook up the modelview and projection matrices to the renderingEhsan Akhgari
2012-04-13Add some necessary depsEhsan Akhgari
2012-04-13Fix a typoEhsan Akhgari
2012-04-13Create the texture before binding itEhsan Akhgari
2012-04-13Load the immediate mode and matrix libs for glMatrixMode and glLoadIdentity ↵Ehsan Akhgari
as well
2012-04-13Implement glutInitWindowPositionEhsan Akhgari
2012-04-13Merge remote-tracking branch 'upstream/incoming' into glmatrixEhsan Akhgari
Conflicts: src/library_gl.js
2012-04-12fix test_firstrunAlon Zakai
2012-04-12add glReadPixels and sdl/gl test for itAlon Zakai
2012-04-12add some more gles passthroughsAlon Zakai
2012-04-12support glClearDepthf which calls glClearDepthAlon Zakai
2012-04-12remove unneeded immediate mode codeAlon Zakai
2012-04-12improve gl_debugAlon Zakai
2012-04-12beginnings of immediate mode supportAlon Zakai
2012-04-12prepare for sdl/ogl testAlon Zakai
2012-04-12SDL_LoadBMPAlon Zakai
2012-04-12files for sdl/ogl immediate mode testAlon Zakai
2012-04-12add i16 gl_debug supportAlon Zakai
2012-04-12Final fixesEhsan Akhgari
2012-04-12Merge remote-tracking branch 'upstream/incoming' into glmatrixEhsan Akhgari
Conflicts: src/library_gl.js
2012-04-12Finish the implementation of the matrix stuffEhsan Akhgari
2012-04-12fix EM_SAVE_DIRAlon Zakai
2012-04-12fix return value for glCheckFramebufferStatusAlon Zakai
2012-04-12nicer browser test harness textAlon Zakai
2012-04-12Merge pull request #375 from SiggyBar/libraryAlon Zakai
Small cleanup to library.js
2012-04-12Merge pull request #374 from SiggyBar/build-env-2Alon Zakai
Make it easier to use emscripten from a build system.
2012-04-12More 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-12Fixed typo in library_gl.jsSigmund Vik
2012-04-11some memcpy support in autodebuggerAlon Zakai
2012-04-11more autodebugger capabilitiesAlon Zakai
2012-04-11safe heap fixAlon Zakai
2012-04-11make test_worker completely automaticAlon Zakai
2012-04-11make test_html a reftestAlon Zakai
2012-04-11update test_structbyvalAlon Zakai
2012-04-11improve warning about huge floatsAlon Zakai
2012-04-11show compiler warnings to console, not in sourceAlon Zakai
2012-04-11include glMatrix when glBegin is usedAlon Zakai
2012-04-11Merge remote-tracking branch 'upstream/incoming' into glmatrixEhsan Akhgari
2012-04-11Initial GL matrix infrastructureEhsan Akhgari
2012-04-11modify glMatrix for emscriptenAlon Zakai
2012-04-11clean up gears testsAlon Zakai
2012-04-11Fixed parameters for strptime_l.Sigmund Vik
2012-04-11Added stub for strptime_l to library.jsSigmund Vik
2012-04-11Added stub for strftime_l to library.jsSigmund Vik
This function is required by e.g. Boost Local Time.
2012-04-11A more accurate output message in test case in sanity.test_emccSigmund Vik
2012-04-11Make 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-11add glMatrix.jsAlon Zakai
2012-04-11show some progress in browser test harnessAlon Zakai
2012-04-11close browser test windows in almost all tests, making the browser tests ↵Alon Zakai
much more automatic
2012-04-10optimize gl heap viewingAlon Zakai