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
  • doc
  • DeferredClears.md
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Remove dead path in clear · c55cd6b4
    Shahbaz Youssefi authored Oct 14, 2020
    If the clear is not mid render pass, clearWithLoadOp was used to either:
    
    - modify the current render pass loadOps, assuming no rendering has been
      done, or
    - defer the clears by staging them in the attachment images.
    
    The former path however is dead code.  It's impossible to start the
    render pass without recording any commands.  In other words, if the
    render pass has already started, the clear must be mid RP.
    
    Bug: angleproject:4836
    Change-Id: Idb1cb37b8a0e56b897ac69cf435f9a52be4bd2f4
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2473764Reviewed-by: 's avatarCharlie Lao <cclao@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    c55cd6b4
DeferredClears.md 2.07 KB
EditWeb IDE
×

Replace DeferredClears.md

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.