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
  • ContextVk.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: updateActiveImages: process each image once · a1f1cce6
    Shahbaz Youssefi authored Jan 27, 2020
    There are two issues with processing the images multiple times:
    
    - The graph trips up because on the first addWriteDependency, the
      current writer pointer of the image will be set to the recorder, and
      which on the next addWriteDependency creates a self-dependency.
    - We transition the layout of the whole of the image, so doing that
      multiple times is inefficient.
    
    Bug: angleproject:4312
    Change-Id: Ibae72e8698edf5db97139f48d68624d3e9a1d5db
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2022355Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarIan Elliott <ianelliott@google.com>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    a1f1cce6
ContextVk.cpp 149 KB
EditWeb IDE
×

Replace ContextVk.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.