1. 22 Aug, 2019 1 commit
  2. 21 Aug, 2019 9 commits
  3. 20 Aug, 2019 4 commits
  4. 19 Aug, 2019 4 commits
  5. 17 Aug, 2019 2 commits
  6. 16 Aug, 2019 10 commits
  7. 15 Aug, 2019 8 commits
  8. 14 Aug, 2019 2 commits
    • Fix compile error on capture with client array · 3ea90d60
      Jiacheng Lu authored
      1. The current implementation misused the offset in gBinaryData as the
      memcpy size. This CL fixed it by adding the byte size into the
      UpdateClientArrayPointer call.
      2. Trying passing a pointer to a C-style array parameter which causes
      compiling error. This CL fixed by simply use const void * to do memcpy.
      3. Able to run frame capture successfully for the first 100 frames of
      glmark2.
      
      Bug: angleproject:3611
      Change-Id: Ibaef224c2a2d124b681757d9ecd187a5f9b7079b
      Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1721207
      Commit-Queue: Jamie Madill <jmadill@chromium.org>
      Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    • Standardize copyright notices to project style · 9d737966
      Stuart Morgan authored
      For all "ANGLE Project" copyrights, standardize to the format specified
      by the style guide. Changes:
      - "Copyright (c)" and "Copyright(c)" changed to just "Copyright".
      - Removed the second half of date ranges ("Y1Y1-Y2Y2"->"Y1Y1").
      - Fixed a small number of files that had no copyright date using the
        initial commit year from the version control history.
      - Fixed one instance of copyright being "The ANGLE Project" rather than
        "The ANGLE Project Authors"
      
      These changes are applied both to the copyright of source file, and
      where applicable to copyright statements that are generated by
      templates.
      
      BUG=angleproject:3811
      
      Change-Id: I973dd65e4ef9deeba232d5be74c768256a0eb2e5
      Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1754397
      Commit-Queue: Jamie Madill <jmadill@chromium.org>
      Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>