Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • libANGLE
  • renderer
  • vulkan
  • RendererVk.cpp
Find file
BlameHistoryPermalink
  • Tim Van Patten's avatar
    Vulkan: Increase Fence Wait Time · 5cbb7773
    Tim Van Patten authored Nov 04, 2019
    Our current fence wait time is triggering timeouts while running with
    SwiftShader. However, it's possible for a 'real' application to hit a
    timeout also with a large enough workload. This change increases the
    timeout to something large enough for us to avoid most timeouts and
    instead rely on the OS's detection and recovery mechanism (e.g., Windows
    TDR).
    
    We will continue to investigate improving ANGLE's command timeout
    handling mechanism.
    
    Bug: angleproject:4043
    Test: CQ
    Change-Id: I3a32174d1d794806fef1971806797683b6b3f0b2
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1897648
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    5cbb7773
RendererVk.cpp 68.2 KB
EditWeb IDE
×

Replace RendererVk.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.