1. 16 Jan, 2017 1 commit
  2. 13 Jan, 2017 9 commits
  3. 12 Jan, 2017 5 commits
  4. 11 Jan, 2017 6 commits
  5. 10 Jan, 2017 7 commits
  6. 09 Jan, 2017 2 commits
  7. 06 Jan, 2017 5 commits
  8. 05 Jan, 2017 4 commits
  9. 04 Jan, 2017 1 commit
    • Add angle_white_box_tests for libANGLE render tests. · 80ab03c5
      Jamie Madill authored
      angle_end2end_tests included tests that used both the entry points
      from our shared libraries as well as calling libANGLE classes like
      gl::Context directly. Split these into a new test executable.
      
      This also removes the libANGLE code from all the end2end tests.
      
      It's necessary to add static versions of libEGL and libGLESv2 so
      that we call safely call methods in libANGLE an the entry points
      from the same target.
      
      BUG=angleproject:1660
      
      Change-Id: I6d82021b9300231ddb5fee435e5d77728f8f1292
      Reviewed-on: https://chromium-review.googlesource.com/419175Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
      Commit-Queue: Jamie Madill <jmadill@chromium.org>