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
  • ProgramExecutableVk.h
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Generate xfb support code in SPIR-V for emulation path · 77637f2d
    Shahbaz Youssefi authored Feb 19, 2021
    This change moves the code generation at link time from source code to
    SPIR-V.  As a result, transform feedback extension and emulation paths
    are more similarly handled before SPIR-V transformation (they both store
    information identically in the ShaderInterfaceVariableInfoMap).
    
    This change gets rid of the @@ XFB-OUT @@ marker.  With no source code
    generation at link time, shader compilation can be moved to
    glCompileShader time.
    
    Bug: angleproject:4888
    Change-Id: I8cdb89c22b57ce48cf5d226b8e41622d9d550d46
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2713269
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    77637f2d
ProgramExecutableVk.h 12.7 KB
EditWeb IDE
×

Replace ProgramExecutableVk.h

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.