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
  • BUILD.gn
Find file
BlameHistoryPermalink
  • Sergey Ulanov's avatar
    Reland: [Vulkan] Add DisplayVkNull · b73eee71
    Sergey Ulanov authored Jul 07, 2021
    Currently all DisplayVk implementations depend on VK_KHR_swapchain and
    VK_KHR_surface extensions. When running Chromium on Fuchsia these
    extensions are never used (content is shown on the screen using
    ImagePipe API without dependency on swapchain). ANGLE still depended
    on these extensions for DisplayVkFuchsia.
    This CL adds DisplayVkNull, which allows to run ANGLE without dependency
    on swapchain. It's usable only offscreen and cannot present content on
    a surface.
    
    Bug: chromium:1203879
    Change-Id: I5cadcdf46ed1cfb5ebb3cb69dbfef063e9e2b826
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3012368Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    b73eee71
BUILD.gn 34.9 KB
EditWeb IDE
×

Replace BUILD.gn

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.