1. 01 9月, 2015 1 次提交
  2. 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
  3. 28 8月, 2015 2 次提交
  4. 27 8月, 2015 2 次提交
  5. 26 8月, 2015 3 次提交
  6. 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
  7. 18 8月, 2015 3 次提交
  8. 14 8月, 2015 2 次提交
  9. 12 8月, 2015 2 次提交
  10. 01 8月, 2015 1 次提交
  11. 31 7月, 2015 1 次提交
  12. 28 7月, 2015 7 次提交
  13. 25 7月, 2015 1 次提交
  14. 24 7月, 2015 1 次提交
  15. 21 7月, 2015 2 次提交
  16. 18 7月, 2015 1 次提交
  17. 17 7月, 2015 3 次提交