1. 27 Jul, 2018 9 commits
  2. 26 Jul, 2018 2 commits
  3. 25 Jul, 2018 14 commits
  4. 24 Jul, 2018 5 commits
  5. 23 Jul, 2018 7 commits
  6. 20 Jul, 2018 2 commits
  7. 19 Jul, 2018 1 commit
    • Fix ImageTest. · 0be37b44
      Jamie Madill authored
      This test suite was missing the "GL_" prefix on some of the extension
      checks. This was causing every test in the suite to be skipped. Fix
      the check and also add some sanity checks that should ensure we expose
      certain extensions on particular platforms and renderers.
      
      Was discovered while working on changing the egl::Image class.
      
      Bug: angleproject:2714
      Change-Id: Ida89b5c3c33c534e60cbd55c7e1117a6ef6faae9
      Reviewed-on: https://chromium-review.googlesource.com/1142963Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
      Commit-Queue: Jamie Madill <jmadill@chromium.org>