summaryrefslogtreecommitdiff
AgeCommit 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-04Fix 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-04Merge pull request #1030 from waywardmonkeys/fix-windows-constexpr-problemjuj
Work around problem with constexpr on Windows.
2013-04-04Work 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-04Make get_configuration() a global.Bruce Mitchener
2013-04-03refactor/simplify constant generationAlon Zakai
2013-04-03bump MAX_NAMESAlon Zakai
2013-04-04added myself to the AUTHORSAlexander Gladysh
2013-04-04Add ability to use versioned clang librariesAlexander Gladysh
Just like LLVM_ADD_VERSION.
2013-04-03Merge pull request #1015 from fhd/incomingAlon Zakai
Support rotozoomSurface
2013-04-02Restore old zoomSurface test, add new tests for rotozoomSurfaceFelix H. Dahlke
2013-04-01fix externals handling: non-library elements need nothing at all, so runtime ↵Alon Zakai
linking works
2013-04-01simplify and unify handling of externalsAlon Zakai
2013-04-01Merge pull request #1009 from waywardmonkeys/another-libcxx-update1.3.6Alon Zakai
Another libcxx update
2013-04-01Merge branch 'incoming'Alon Zakai
2013-04-01update test_chunkingAlon Zakai
2013-03-31fix test_cases/caall.ll in asmAlon Zakai
2013-03-31differentiate 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-31fix resource.h for C++ usageAlon Zakai
2013-03-31check both original short ident and redirected ident for being a library ↵Alon Zakai
function, so redirects to Math.* work
2013-03-31invalidate renderers using strideAlon Zakai
2013-03-31GL_UNSAFE_OPTS tweaksAlon Zakai
2013-03-31do not fix offsets in renderers; fixes test_gl_renderersAlon Zakai
2013-03-31fix gl_renderers.pngAlon Zakai
2013-03-31fix attribute offsets when they start at >0 and there is an array bufferAlon Zakai
2013-03-31improve test setup for test_gl_renderersAlon Zakai
2013-03-31refactor gl_renderers.cAlon Zakai
2013-03-31do not fix stride in renderersAlon Zakai
2013-03-31Added 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-30headers fix; fixes #1013Alon Zakai
2013-03-30do not concatenate funcs_js parts, keep them separateAlon Zakai
2013-03-30Merge pull request #1005 from waywardmonkeys/fix-cache-debuggingAlon Zakai
There's no configuration global now.
2013-03-30Merge pull request #1014 from waywardmonkeys/reinstate-testsAlon Zakai
Reinstate tests
2013-03-30fix -nostdinc++Alon Zakai