Age | Commit message (Expand) | Author |
2012-01-23 | fix test_typeinfo | Alon Zakai |
2012-01-23 | Implement glGetError | Ehsan Akhgari |
2012-01-23 | Add the glut header file | Ehsan Akhgari |
2012-01-23 | simplify llvm opt picking code, and allow up to level 3 | Alon Zakai |
2012-01-23 | log is a string, and should be treated as such | Ehsan Akhgari |
2012-01-23 | Fix the vector variant of the uniform functions | Ehsan Akhgari |
2012-01-23 | enable unsafe llvm opts in emcc | Alon Zakai |
2012-01-23 | Add debugging assertions | Ehsan Akhgari |
2012-01-22 | Initial GLUT implementation | Ehsan Akhgari |
2012-01-22 | Implement div() | Ehsan Akhgari |
2012-01-22 | Change the signature of sincos to match the GNU libc one | Ehsan Akhgari |
2012-01-22 | Implement the SDL timer APIs | Ehsan Akhgari |
2012-01-22 | Remove the remaining uses of IHEAP | Ehsan Akhgari |
2012-01-22 | Implement sincos | Ehsan Akhgari |
2012-01-22 | Use Array_copy instead of IHEAP.slice | Ehsan Akhgari |
2012-01-22 | Fix a typo | Ehsan Akhgari |
2012-01-22 | Don't use IHEAP in glCompileShader | Ehsan Akhgari |
2012-01-22 | Make the uniform APIs use the hashtable | Ehsan Akhgari |
2012-01-22 | Implement glBindAttribLocation | Ehsan Akhgari |
2012-01-22 | Add GL APIs for program creation | Ehsan Akhgari |
2012-01-22 | Make it possible to compile shaders | Ehsan Akhgari |
2012-01-22 | Add support for non-null terminated strings to Pointer_stringify | Ehsan Akhgari |
2012-01-22 | Add a hashtable API | Ehsan Akhgari |
2012-01-22 | Remove the function which will is auto-generated | Ehsan Akhgari |
2012-01-22 | Implement glDrawArrays | Ehsan Akhgari |
2012-01-22 | Implement the GL vertexAttrib functons | Ehsan Akhgari |
2012-01-22 | Implement the GL uniform APIs | Ehsan Akhgari |
2012-01-21 | do not generate annotations when disassembling bitcode | Alon Zakai |
2012-01-21 | Implement the buffering APIs | Ehsan Akhgari |
2012-01-21 | Add the GLES2 headers | Ehsan Akhgari |
2012-01-21 | test fixes | Alon Zakai |
2012-01-21 | skip tests that optimize bitcode, then pass to emcc which includes libcxx, be... | Alon Zakai |
2012-01-21 | EMCC_DEBUG info for library inclusion | Alon Zakai |
2012-01-21 | test fixes, and fail on trying to use q1 with libcxx | Alon Zakai |
2012-01-21 | modify llvm opt choices in test runner build, so it uses test case code modif... | Alon Zakai |
2012-01-21 | disable pruning of emcc -s opts from test runner - it's too buggy | Alon Zakai |
2012-01-21 | force emcc usage in s_* tests that need auto-inclusion of libcxx or dlmalloc | Alon Zakai |
2012-01-21 | remove --optimize and --malloc from emscripten.py, since they are obsoleted b... | Alon Zakai |
2012-01-20 | fix bug with Settings.default values not including -O, so comparisons were wr... | Alon Zakai |
2012-01-20 | fix bug with missing keys in Settings.defaults | Alon Zakai |
2012-01-20 | remove dead function eliminator, which is no longer needed | Alon Zakai |
2012-01-20 | Merge branch 'master' into libcxx | Alon Zakai |
2012-01-20 | do not add unneeded -s 'es in test runner | Alon Zakai |
2012-01-20 | wipe the emscripten cache in benchmarks too | Alon Zakai |
2012-01-20 | turn on all CORRECT options for libcxx, just to be safe for now | Alon Zakai |
2012-01-20 | fix bug with atomic ops not marked as having side effects, so we eliminated t... | Alon Zakai |
2012-01-20 | autodebugger indender tool | Alon Zakai |
2012-01-20 | Merge pull request #178 from ehsan/babystep | Alon Zakai |
2012-01-20 | Unify the 2D and WebGL contexts | Ehsan Akhgari |
2012-01-20 | Merge pull request #179 from ehsan/make_runner_executable2 | Alon Zakai |