Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-04 | * Fixed glfw test. | Éloi Rivard | |
2013-04-04 | * Fixed mouse position. | Éloi Rivard | |
2013-04-04 | * OpenGL extensions. | Éloi Rivard | |
2013-04-04 | * Minor fix. | Éloi Rivard | |
2013-04-04 | * Added a test. | Éloi Rivard | |
* Mouse events are ok. * Keyboard events work partially. | |||
2013-04-04 | * Edited tests so they use emscripten_main_loop. | Éloi Rivard | |
* Got triangle test about to work. * Implemented misc functions. | |||
2013-04-04 | * Added glfw headers and testcases. | Éloi Rivard | |
2013-04-04 | * Fixed glfw test. | Éloi Rivard | |
2013-04-04 | * Header. | Éloi Rivard | |
2013-04-04 | * Fixed mouse position. | Éloi Rivard | |
2013-04-04 | * Disabled setMousePos in library_glfw. | Éloi Rivard | |
2013-04-04 | * OpenGL extensions. | Éloi Rivard | |
2013-04-04 | * Minor fix. | Éloi Rivard | |
2013-04-04 | * Added a test. | Éloi Rivard | |
* Mouse events are ok. * Keyboard events work partially. | |||
2013-04-04 | * Misc functions. | Éloi Rivard | |
2013-04-04 | * Edited tests so they use emscripten_main_loop. | Éloi Rivard | |
* Got triangle test about to work. * Implemented misc functions. | |||
2013-04-04 | * Added glfw headers and testcases. | Éloi Rivard | |
2013-04-04 | Fix calling try_delete before importing it. | Bruce Mitchener | |
Previously, the import of try_delete was after one of the blocks of code that called it, so it could result in an error at runtime. | |||
2013-04-04 | Merge pull request #1030 from waywardmonkeys/fix-windows-constexpr-problem | juj | |
Work around problem with constexpr on Windows. | |||
2013-04-04 | Work around problem with constexpr on Windows. | Bruce Mitchener | |
This is for libcxx compilation on Windows and is a result of http://llvm.org/PR15651. See issue #1019 for more detail. | |||
2013-04-04 | Make get_configuration() a global. | Bruce Mitchener | |
2013-04-03 | refactor/simplify constant generation | Alon Zakai | |
2013-04-03 | bump MAX_NAMES | Alon Zakai | |
2013-04-04 | added myself to the AUTHORS | Alexander Gladysh | |
2013-04-04 | Add ability to use versioned clang libraries | Alexander Gladysh | |
Just like LLVM_ADD_VERSION. | |||
2013-04-03 | Merge pull request #1015 from fhd/incoming | Alon Zakai | |
Support rotozoomSurface | |||
2013-04-02 | Restore old zoomSurface test, add new tests for rotozoomSurface | Felix H. Dahlke | |
2013-04-01 | fix externals handling: non-library elements need nothing at all, so runtime ↵ | Alon Zakai | |
linking works | |||
2013-04-01 | simplify and unify handling of externals | Alon Zakai | |
2013-04-01 | Merge pull request #1009 from waywardmonkeys/another-libcxx-update1.3.6 | Alon Zakai | |
Another libcxx update | |||
2013-04-01 | Merge branch 'incoming' | Alon Zakai | |
2013-04-01 | update test_chunking | Alon Zakai | |
2013-03-31 | fix test_cases/caall.ll in asm | Alon Zakai | |
2013-03-31 | differentiate better the ambiguous case of llvm call (where the type can be ↵ | Alon Zakai | |
either just the return type, or the entire function type): ** and above are certainly just the return type | |||
2013-03-31 | fix resource.h for C++ usage | Alon Zakai | |
2013-03-31 | check both original short ident and redirected ident for being a library ↵ | Alon Zakai | |
function, so redirects to Math.* work | |||
2013-03-31 | invalidate renderers using stride | Alon Zakai | |
2013-03-31 | GL_UNSAFE_OPTS tweaks | Alon Zakai | |
2013-03-31 | do not fix offsets in renderers; fixes test_gl_renderers | Alon Zakai | |
2013-03-31 | fix gl_renderers.png | Alon Zakai | |
2013-03-31 | fix attribute offsets when they start at >0 and there is an array buffer | Alon Zakai | |
2013-03-31 | improve test setup for test_gl_renderers | Alon Zakai | |
2013-03-31 | refactor gl_renderers.c | Alon Zakai | |
2013-03-31 | do not fix stride in renderers | Alon Zakai | |
2013-03-31 | Added a test that creates two vertex buffers with different strides and ↵ | Michael Bishop | |
pointers and tests that the renderer can handle the changing strides and pointers. The resulting image should be a fat diamond with colored vertices as seen in the included image. | |||
2013-03-30 | headers fix; fixes #1013 | Alon Zakai | |
2013-03-30 | do not concatenate funcs_js parts, keep them separate | Alon Zakai | |
2013-03-30 | Merge pull request #1005 from waywardmonkeys/fix-cache-debugging | Alon Zakai | |
There's no configuration global now. | |||
2013-03-30 | Merge pull request #1014 from waywardmonkeys/reinstate-tests | Alon Zakai | |
Reinstate tests | |||
2013-03-30 | fix -nostdinc++ | Alon Zakai | |