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
  • VaryingPacking_unittest.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Isolate GlslangWrapper header from most of ANGLE. · 3c1da04e
    Jamie Madill authored Nov 27, 2017
    Since we might want to use the ANGLE PoolAlloc in the Vulkan back-end,
    we want to make completely sure that it doesn't show up in any header
    that might be included with the Glslang headers, since this could
    cause a conflict.
    
    This change moves as much as possible to forward-declaring instead of
    including headers directly in ProgramLinkedResources.h. This means
    making several internal Program helper classes external. I.E. instead
    of Program::Bindings, we have ProgramBindings.
    
    It also redeclares a "using" in two places, since it isn't possible to
    forward declare these, and it seemed overdesigned to put the using in
    a separate header.
    
    Bug: angleproject:2264
    Change-Id: Idd08706580c927327dddf46e86acbcd2c4e3286f
    Reviewed-on: https://chromium-review.googlesource.com/792270Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    3c1da04e
VaryingPacking_unittest.cpp 5.56 KB
EditWeb IDE
×

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