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
  • Compiler.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Support OES_shader_io_blocks · 8797714c
    Shahbaz Youssefi authored Dec 01, 2020
    Enables OES/EXT_shader_io_blocks extensions in Vulkan backends.
    
    With shader I/O blocks, the varyings can now be an array of struct (the
    block itself) of struct (nested in the block).
    
    This change is missing a number of features.  In particular, if the
    shader I/O block has a location decoration in the middle of the block,
    that is not handled yet.
    
    Based on changes from m.maiya@samsung.com and jmadill@chromium.org.
    
    Bug: angleproject:3580
    Tests: dEQP-GLES31.functional.shaders.linkage.es31.io_block.*
     dEQP-GLES31.functional.separate_shader.validation.es31.io_blocks.*
     dEQP-GLES31.functional.program_interface_query.program_input.*
     dEQP-GLES31.functional.program_interface_query.program_output.*
    Change-Id: I593840475d2365ff6c9ce7b2290f5ee462a30dfb
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2567645Reviewed-by: 's avatarMohan Maiya <m.maiya@samsung.com>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    8797714c
Compiler.cpp 13.3 KB
EditWeb IDE
×

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