1. 28 Jul, 2020 14 commits
  2. 27 Jul, 2020 15 commits
  3. 26 Jul, 2020 2 commits
  4. 25 Jul, 2020 2 commits
  5. 23 Jul, 2020 5 commits
  6. 22 Jul, 2020 2 commits
    • Tests: Update gfxbench traces · ca8f856a
      Cody Northrop authored
      Migrate from traces recorded on desktop to traces recorded
      on a Pixel 4 XL. This impacts the resolution and framebuffer
      config used for the tests. They now more accurately reflect
      the numbers seen from running the benchmark directly.
      
      Test: angle_perftests --gtest_filter=TracePerfTest.Run/*
      Bug: angleproject:4048
      Change-Id: Ib013dfb35c32c6f97bcae76a74cc16d9a5d1a369
      Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2314896Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
      Commit-Queue: Cody Northrop <cnorthrop@google.com>
    • Capture/Replay: Enable capturing slingshot scenes · ffb31229
      Mohan Maiya authored
      Implemented parameter capture functions for:
          glGetActiveUniformsiv
          glGetActiveUniformBlockName
          glGetActiveUniformBlockiv
      
      Added a check for bound unused locations when capturing glLinkProgram
      
      Changed CaptureGetParameter to always request a gReadBuffer allocation
      of the maximum reported possible array size needed to query
      GL_COMPRESSED_TEXTURE_FORMATS. Recording the value on the capturing
      device would previously have buffer overflow issues when the replaying
      the capture on a device with more formats available.
      
      Changed VertexAttribType::UnsignedInt2101010's string to reflect the
      correct type
      
      Bug: angleproject:4834
      Change-Id: Icd1ff404369ae9f18cad7cd4f56fbcccc89e7e98
      Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2306735Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
      Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
      Commit-Queue: Mohan Maiya <m.maiya@samsung.com>