1. 06 Feb, 2015 - 1 commit
  2. 04 Feb, 2015 - 1 commit
  3. 02 Feb, 2015 - 3 commits
  4. 29 Jan, 2015 - 1 commit
    • Laszlo Agocs's avatar
      Fix some ES versioning logic · 2e4c706b
      Laszlo Agocs authored
      
      Multisampling is fully available in ES 3.0+ so extend the condition.
      (well technically we should check for the relevant extensions on GLES2
      too since embedded/mobile devices will have it, but let's leave that for later)
      
      Similarly, forcing ES 2.0 for the shared context when the original was ES 3.x is
      not necessarily a good idea. So do like desktop GL and request the same version.
      
      Change-Id: I71b3c8fac44a5cde8dee7fe8e77f451ff63c8589
      Reviewed-by: default avatarTomi Korpipää <tomi.korpipaa@digia.com>
      Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
      2e4c706b
  5. 28 Jan, 2015 - 2 commits
  6. 20 Jan, 2015 - 2 commits
  7. 08 Jan, 2015 - 1 commit
  8. 31 Dec, 2014 - 2 commits
  9. 30 Dec, 2014 - 1 commit
  10. 29 Dec, 2014 - 1 commit
  11. 21 Dec, 2014 - 1 commit
  12. 15 Dec, 2014 - 1 commit
  13. 08 Dec, 2014 - 1 commit
  14. 03 Dec, 2014 - 1 commit
  15. 25 Nov, 2014 - 1 commit
  16. 21 Nov, 2014 - 1 commit
    • Pasi Keranen's avatar
      Cleanup and documenting more known issues. · 484040fd
      Pasi Keranen authored
      
      Moved typed array code to new subdirectory to make it more clear what parts are going to be removed in final release.
      Documented the temporary renaming of some of the methods to work around issues in overloaded function calls from JavaScript.
      
      Change-Id: I5a22741a3b4025149724df9d6b25abc4de3ff5bc
      Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
      484040fd
  17. 14 Nov, 2014 - 1 commit
  18. 13 Nov, 2014 - 3 commits
  19. 12 Nov, 2014 - 1 commit
    • Pasi Keranen's avatar
      Cleaning up. · 073de0b2
      Pasi Keranen authored
      
      Removed unnecessary/duplicate logging. Added clearing of the FBOs to prevent random junk appearing on the screen on Mac OS X before first frame is rendered.
      Log all calls and log all errors of context now follows automatically the canvas which is more logical.
      
      Change-Id: I3279e8ae02be8ffc1be6655f1c6c0047ea68364f
      Reviewed-by: default avatarTomi Korpipää <tomi.korpipaa@digia.com>
      Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
      073de0b2
  20. 11 Nov, 2014 - 1 commit
  21. 07 Nov, 2014 - 1 commit
  22. 06 Nov, 2014 - 4 commits
  23. 05 Nov, 2014 - 1 commit
  24. 28 Oct, 2014 - 1 commit
  25. 24 Oct, 2014 - 6 commits