1. 12 Nov, 2018 5 commits
  2. 09 Nov, 2018 3 commits
  3. 08 Nov, 2018 3 commits
  4. 07 Nov, 2018 1 commit
  5. 06 Nov, 2018 3 commits
  6. 05 Nov, 2018 1 commit
  7. 02 Nov, 2018 8 commits
  8. 01 Nov, 2018 1 commit
  9. 31 Oct, 2018 5 commits
  10. 30 Oct, 2018 8 commits
  11. 29 Oct, 2018 2 commits
    • Revert "Roll DEQP version forward" · 3420dcb0
      Yuly Novikov authored
      This reverts commit 1f056bec.
      
      Reason for revert: The roll didn't run any tests, so they started failing on the bots.
      
      Original change's description:
      > Roll DEQP version forward
      > 
      > Bug: angleproject:2937
      > Change-Id: I1157b0f3fcdf19ea0b381d9ae4327929a2459267
      > Reviewed-on: https://chromium-review.googlesource.com/c/1304993
      > Reviewed-by: Jamie Madill <jmadill@chromium.org>
      > Commit-Queue: Tobin Ehlis <tobine@google.com>
      
      TBR=ynovikov@chromium.org,jmadill@chromium.org,tobine@google.com,timvp@google.com
      
      Change-Id: I4864153685c5dfe339bb704013d9379844a8692d
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: angleproject:2937
      Reviewed-on: https://chromium-review.googlesource.com/c/1306254Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
      Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
    • Vulkan: Remaining disjoint timer query functions · 749589f8
      Shahbaz Youssefi authored
      The following features where missing in c2b576d9:
      
      - glGetIntegerv with GL_GPU_DISJOINT_EXT: this is currently impossible
        to query in Vulkan, so 0 is always returned.
      - glGetIntegerv with GL_TIMESTAMP_EXT: this is a way to query GPU
        timestamp without performing flushes or waiting for the GPU to finish.
        There is no direct correspondance in Vulkan; it's implemented by
        making a small submission, with no dependency to other submissions, in
        which there is only a timestamp query.
      
      Bug: angleproject:2885
      Change-Id: I2341bd610db9084c26b6421c6f8949950ffa4de8
      Reviewed-on: https://chromium-review.googlesource.com/c/1299873
      Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
      Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>