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
  • compiler
  • translator
  • OutputGLSLBase.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Always store function headers in TIntermFunctionPrototype nodes · 8ad9e757
    Olli Etuaho authored Jan 16, 2017
    TIntermFunctionDefinition nodes now have a TIntermFunctionPrototype
    child that stores the function signature, instead of having a separate
    type and an aggregate child that stores the parameters.
    
    This makes parsing functions simpler, and paves the way for further
    simplifications of function parsing, like reducing conversions between
    symbol table structures and AST structures.
    
    TIntermAggregate is now only used for function calls.
    
    BUG=angleproject:1490
    TEST=angle_unittests, angle_end2end_tests
    
    Change-Id: Ib56a77b5ef5123b142963a18499690bf37fed987
    Reviewed-on: https://chromium-review.googlesource.com/427945Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    8ad9e757
OutputGLSLBase.cpp 34.6 KB
EditWeb IDE
×

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