1. 11 Mar, 2020 9 commits
  2. 10 Mar, 2020 8 commits
  3. 09 Mar, 2020 11 commits
  4. 07 Mar, 2020 1 commit
    • Skip invalid end2end test for ES2 · 0c9b6abd
      Brandon Schade authored
      Previously, the incomplete framebuffer depth stencil attachment
      test would run on ES2 if GL_OES_packed_depth_stencil were present.
      This is insufficient since it uses the GL_DEPTH_STENCIL_ATTACHMENT
      enum, which is not introduced in any extension prior to ES3. The
      test has been disabled on ES2, regardless of extensions.
      
      Bug: angleproject:4454
      Test: angle_end2end_tests --gtest_filter=StateChangeTest.FramebufferIncompleteDepthStencilAttachment/*
      Change-Id: Ic5a6a521e35b49c5d723b33f588fa608264d6390
      Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2090783
      Commit-Queue: Mohan Maiya <m.maiya@samsung.com>
      Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
  5. 06 Mar, 2020 10 commits
  6. 05 Mar, 2020 1 commit
    • Add timer query support to TracePerfTests. · 9acaf662
      Jamie Madill authored
      This can allow us to get some profiling measurements on ANGLE vs a
      native driver. We correlate host times with GL times using the blocking
      timestamp query. We also time RenderPasses/FBO switches using the
      trace instrumentation we added in an earlier patch combined with timer
      queries.
      
      Not currently instrumented for the current tests. We'll need to re-run
      capture to get the callbacks working correctly.
      
      Bug: angleproject:4433
      Change-Id: I8f61774a3a090ac9460a378d34715a72954d1331
      Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2080597Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
      Commit-Queue: Jamie Madill <jmadill@chromium.org>