1. 06 Oct, 2020 1 commit
  2. 05 Oct, 2020 4 commits
  3. 02 Oct, 2020 5 commits
    • Regres: List regressions before summary · b3c1e71e
      Nicolas Capens authored
      Previously we had to click on the Gerrit comment posted by Regres to
      unfold the single-line snippet into the full comment, to check whether
      any regressions occured. This change makes "--- No change in
      test results ---" come first so we can see at a glance without opening
      the full comment that no regressions have occured, or be informed about
      changes in test results.
      
      Change-Id: Ia4d9bbb0f1db81df943c009af91fc43c9b71ade7
      Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/48928Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
      Kokoro-Result: kokoro <noreply+kokoro@google.com>
      Reviewed-by: 's avatarAntonio Maiorano <amaiorano@google.com>
    • Added support for AndroidHardwareBuffer · 16636f48
      Trevor David Black authored
      Bug: b/141698760
      Change-Id: I8d3895b2ee79a0ba71f20917ae1edc83dd19dab8
      Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/48508Reviewed-by: 's avatarTrevor Black <vantablack@google.com>
      Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
      Kokoro-Result: Trevor Black <vantablack@google.com>
      Kokoro-Result: kokoro <noreply+kokoro@google.com>
      Presubmit-Ready: Trevor Black <vantablack@google.com>
      Tested-by: 's avatarTrevor Black <vantablack@google.com>
    • Update Marl to f1c446ccd · 26e27c5e
      Ben Clayton authored
      Notable changes:
       * Fixed instances of bugprone-move-forwarding-reference.
         See: https://swiftshader-review.googlesource.com/c/SwiftShader/+/48868
              chromium:1134310
       * Fiber stack size can now be configured.
       * Only public API symbols are now exported, allowing for creation of
         shared libraries / dlls.
      
      Changes:
          f1c446ccdc0 Fix instances of bugprone-move-forwarding-reference
          8719a54cbe0 Kokoro: Get tar directories around the right way!
          3a21f30c54e Kokoro: Package build artifacts into a .tar
          57da063f48f Kokoro: Fix line continuation in release.bat
          ecaa2602da1 Kokoro: Rename release script names
          787cf0686d2 Kokoro: Add release configs
          3ce8637191a Kokoro: Test ucontext fibers on linux.
          62f0a0f9e39 osfiber_ucontext: Fix memory leak & warning
          20dc482b9a0 CMake: Add flag for ucontext fibers
          3815666523e Kokoro: Fix define_artifacts.regex
          f51513856b6 Kokoro: Add define_artifacts action
          d2d77650ec1 CMake: Put marl-benchmarks in a named FOLDER
          95e505a3071 Fix markdown lint warnings in README.md
          71d86a2bc04 Kokoro: Add config for continuous + so builds
          5f897319c18 Reduce scheduler fiber stack size for tests
          bc65ef5ebe5 Scheduler: Make the fiber stack size configurable
          b61e279881c Remove deprecated scheduler [gs]etters
          1a28daf0d89 Add license checker config and kokoro presubmit
          3448974c1b0 Add marl::DAG - a AoT declarative task graph
          9e77dcdd5a4 Kokoro: Migrate to new Windows VM instance
          ac517aa6784 Fix schedule() with function arguments
          834e558a138 Add missing include to export.h
          1e8acb5695e MSVC build fixes.
          84f047c114c Migrate from VERSION to CHANGES.md
          0a1012317ab Annotate all public API inlines with MARL_NO_EXPORT
          3689793cb1d Only notify one fiber in ConditionVariable::notify_one()
          596e172322d CMake: Use -fvisibility=hidden by default
          1d51df92c71 Disable by default deprecated scheduler [gs]etters
          45be9b24830 README: Add FreeBSD and iOS to the list of OSes
          4d68ade048a Export DLL public symbols for building marl as dll
          1efb1e70228 Kokoro: Add configs for Android
      
      Commands:
          ./third_party/update-marl.sh --squash
      
      Bug: b/140546382
      Bug: chromium:1134310
      Change-Id: I48e99f1100d9a1e92a2b34c5764b5c604a1f2fe8
    • Squashed 'third_party/marl/' changes from d29553a3730..f1c446ccdc0 · 269f38fd
      Ben Clayton authored
      f1c446ccdc0 Fix instances of bugprone-move-forwarding-reference
      8719a54cbe0 Kokoro: Get tar directories around the right way!
      3a21f30c54e Kokoro: Package build artifacts into a .tar
      57da063f48f Kokoro: Fix line continuation in release.bat
      ecaa2602da1 Kokoro: Rename release script names
      787cf0686d2 Kokoro: Add release configs
      3ce8637191a Kokoro: Test ucontext fibers on linux.
      62f0a0f9e39 osfiber_ucontext: Fix memory leak & warning
      20dc482b9a0 CMake: Add flag for ucontext fibers
      3815666523e Kokoro: Fix define_artifacts.regex
      f51513856b6 Kokoro: Add define_artifacts action
      d2d77650ec1 CMake: Put marl-benchmarks in a named FOLDER
      95e505a3071 Fix markdown lint warnings in README.md
      71d86a2bc04 Kokoro: Add config for continuous + so builds
      5f897319c18 Reduce scheduler fiber stack size for tests
      bc65ef5ebe5 Scheduler: Make the fiber stack size configurable
      b61e279881c Remove deprecated scheduler [gs]etters
      1a28daf0d89 Add license checker config and kokoro presubmit
      3448974c1b0 Add marl::DAG - a AoT declarative task graph
      9e77dcdd5a4 Kokoro: Migrate to new Windows VM instance
      ac517aa6784 Fix schedule() with function arguments
      834e558a138 Add missing include to export.h
      1e8acb5695e MSVC build fixes.
      84f047c114c Migrate from VERSION to CHANGES.md
      0a1012317ab Annotate all public API inlines with MARL_NO_EXPORT
      3689793cb1d Only notify one fiber in ConditionVariable::notify_one()
      596e172322d CMake: Use -fvisibility=hidden by default
      1d51df92c71 Disable by default deprecated scheduler [gs]etters
      45be9b24830 README: Add FreeBSD and iOS to the list of OSes
      4d68ade048a Export DLL public symbols for building marl as dll
      1efb1e70228 Kokoro: Add configs for Android
      
      git-subtree-dir: third_party/marl
      git-subtree-split: f1c446ccdc0c611d1aeec4a6266a77693ae48c92
    • Use vndk/window.h instead of the system one · 375fee94
      Yiwei Zhang authored
      Bug: b/159763893
      Change-Id: I9c662b726ccd77d8974cefb8bacfee8994f8c7b1
      Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/48829
      Kokoro-Result: kokoro <noreply+kokoro@google.com>
      Reviewed-by: 's avatarTrevor Black <vantablack@google.com>
      Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
      Tested-by: 's avatarYiwei Zhang <zzyiwei@google.com>
  4. 01 Oct, 2020 2 commits
  5. 30 Sep, 2020 3 commits
  6. 29 Sep, 2020 15 commits
  7. 28 Sep, 2020 2 commits
  8. 24 Sep, 2020 2 commits
  9. 21 Sep, 2020 1 commit
  10. 16 Sep, 2020 1 commit
  11. 15 Sep, 2020 2 commits
  12. 14 Sep, 2020 2 commits