1. 15 10月, 2015 2 次提交
  2. 14 10月, 2015 1 次提交
  3. 10 10月, 2015 2 次提交
  4. 08 10月, 2015 1 次提交
  5. 03 10月, 2015 1 次提交
  6. 01 10月, 2015 2 次提交
  7. 30 9月, 2015 1 次提交
  8. 26 9月, 2015 1 次提交
  9. 24 9月, 2015 1 次提交
    • J
      Update to Mojo 4e4d51ce28a8edcb32b9c7f555e38e2ae84a825e, update deps · 5bb2480b
      James Robinson 提交于
      This updates to mojo 4e4d51ce28a and mojo sdk 711a0bcfb141b4 and updates the sky
      package's pubspec.yaml dependency to '>=0.1.0 <0.2.0' to be compatible with
      the current mojo package. This includes an update to the Mojo Dart generator to
      produce real classes for enums and the corresponding updates for users of the
      KeyboardType enum in Sky as well as one scoped_ptr->std::unique_ptr in shell
      corresponding to a change in the Mojo EDK.
      
      When a new version of the sky and sky_services package are pushed this will fix
      domokit/mojo#440.
      5bb2480b
  10. 19 9月, 2015 1 次提交
  11. 15 9月, 2015 1 次提交
  12. 10 9月, 2015 1 次提交
    • A
      Remove dart-pub-cache · de0a445d
      Adam Barth 提交于
      There's no reason for us to have our own dart-pub-cache in the source tree.  We
      can just use the default one on the system.
      de0a445d
  13. 09 9月, 2015 1 次提交
  14. 02 9月, 2015 1 次提交
  15. 01 9月, 2015 1 次提交
  16. 29 8月, 2015 1 次提交
    • J
      Remove //gpu and GLES* headers from third_party/khronos · 3c7f7585
      James Robinson 提交于
      This gets rid of the rest of the files in //gpu and the GLES{2,3}
      headers from //third_party/khronos. The GL headers used for GLES{2,3}
      come from the platform being targetted, that is
      //mojo/public/c/gpu/GLES2 for Mojo,
      //third_party/android_tools/ndk/platforms/android-XX/usr/include/GLES2
      for Android and the OpenGL framework for Mac/iOS.
      
      The //third_party/khronos/EGL headers are still being used by some
      utility code in //ui/gl. This code is only really useful on Android, as
      Sky doesn't use EGL on iOS/Mac/Mojo, but it's compiled in on all
      platforms currently and relies on some EGL defines that are not set in
      the EGL headers we currently use. These could probably be removed
      without much trouble.
      
      The //third_party/khronos/GLES2 headers are still used by some of
      //ui/gl on iOS. These should be using the iOS OpenGL framework headers,
      and will in the future.
      
      Removes the unneeded KHRONOS_APICALL override from KHR/khrplatform.h
      
      Rolls to a newer Mojo SDK that doesn't expect //third_party/khronos
      3c7f7585
  17. 28 8月, 2015 2 次提交
  18. 27 8月, 2015 2 次提交
  19. 26 8月, 2015 3 次提交
  20. 22 8月, 2015 1 次提交
    • J
      Pull Mojo SDK in via deps instead of checked in files · 536d1af0
      James Robinson 提交于
      This means that //mojo/public is pulled in by gclient using the hash
      specified in the DEPS file from the github.com/domokit/mojo_sdk mirror.
      Each mojo_sdk commit corresponds to its originating
      github.com/domokit/mojo commit and has the origin commit in the
      message. Thus to find the mojo_sdk revision to use for a particular
      mojo revision, grep through the commit log in the mojo_sdk repo for the
      matching "Cr-Mirrored-Commit:" line.
      
      If you need to back your local checkout to earlier than this commit
      after running gclient, do 'rm -rf mojo/public && git reset --hard' to
      get the locally checked in versions back.  Otherwise you'll get subtree
      commits in mojo/public/... and have a bad time.
      536d1af0
  21. 18 8月, 2015 3 次提交
  22. 14 8月, 2015 2 次提交
  23. 12 8月, 2015 2 次提交
  24. 01 8月, 2015 1 次提交
  25. 31 7月, 2015 1 次提交
  26. 28 7月, 2015 4 次提交