summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-23fix test_typeinfoAlon Zakai
2012-01-23Implement glGetErrorEhsan Akhgari
2012-01-23Add the glut header fileEhsan Akhgari
2012-01-23simplify llvm opt picking code, and allow up to level 3Alon Zakai
2012-01-23log is a string, and should be treated as suchEhsan Akhgari
2012-01-23Fix the vector variant of the uniform functionsEhsan Akhgari
2012-01-23enable unsafe llvm opts in emccAlon Zakai
2012-01-23Add debugging assertionsEhsan Akhgari
2012-01-22Initial GLUT implementationEhsan Akhgari
2012-01-22Implement div()Ehsan Akhgari
2012-01-22Change the signature of sincos to match the GNU libc oneEhsan Akhgari
2012-01-22Implement the SDL timer APIsEhsan Akhgari
2012-01-22Remove the remaining uses of IHEAPEhsan Akhgari
2012-01-22Implement sincosEhsan Akhgari
2012-01-22Use Array_copy instead of IHEAP.sliceEhsan Akhgari
2012-01-22Fix a typoEhsan Akhgari
2012-01-22Don't use IHEAP in glCompileShaderEhsan Akhgari
2012-01-22Make the uniform APIs use the hashtableEhsan Akhgari
2012-01-22Implement glBindAttribLocationEhsan Akhgari
2012-01-22Add GL APIs for program creationEhsan Akhgari
2012-01-22Make it possible to compile shadersEhsan Akhgari
2012-01-22Add support for non-null terminated strings to Pointer_stringifyEhsan Akhgari
2012-01-22Add a hashtable APIEhsan Akhgari
2012-01-22Remove the function which will is auto-generatedEhsan Akhgari
2012-01-22Implement glDrawArraysEhsan Akhgari
2012-01-22Implement the GL vertexAttrib functonsEhsan Akhgari
2012-01-22Implement the GL uniform APIsEhsan Akhgari
2012-01-21do not generate annotations when disassembling bitcodeAlon Zakai
2012-01-21Implement the buffering APIsEhsan Akhgari
2012-01-21Add the GLES2 headersEhsan Akhgari
2012-01-21test fixesAlon Zakai
2012-01-21skip tests that optimize bitcode, then pass to emcc which includes libcxx, ↵Alon Zakai
because pre-optimization can confuse the library includer
2012-01-21EMCC_DEBUG info for library inclusionAlon Zakai
2012-01-21test fixes, and fail on trying to use q1 with libcxxAlon Zakai
2012-01-21modify llvm opt choices in test runner build, so it uses test case code ↵Alon Zakai
modifications that can affect llvm opts
2012-01-21disable pruning of emcc -s opts from test runner - it's too buggyAlon Zakai
2012-01-21force emcc usage in s_* tests that need auto-inclusion of libcxx or dlmallocAlon Zakai
2012-01-21remove --optimize and --malloc from emscripten.py, since they are obsoleted ↵Alon Zakai
by emcc options
2012-01-20fix bug with Settings.default values not including -O, so comparisons were ↵Alon Zakai
wrong in some cases
2012-01-20fix bug with missing keys in Settings.defaultsAlon Zakai
2012-01-20remove dead function eliminator, which is no longer neededAlon Zakai
2012-01-20Merge branch 'master' into libcxxAlon Zakai
2012-01-20do not add unneeded -s 'es in test runnerAlon Zakai
2012-01-20wipe the emscripten cache in benchmarks tooAlon Zakai
2012-01-20turn on all CORRECT options for libcxx, just to be safe for nowAlon Zakai
2012-01-20fix bug with atomic ops not marked as having side effects, so we eliminated ↵Alon Zakai
them by mistake
2012-01-20autodebugger indender toolAlon Zakai
2012-01-20Merge pull request #178 from ehsan/babystepAlon Zakai
Initial WebGL support
2012-01-20Unify the 2D and WebGL contextsEhsan Akhgari
2012-01-20Merge pull request #179 from ehsan/make_runner_executable2Alon Zakai
Make runner executable