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
  • Program.cpp
Find file
BlameHistoryPermalink
  • Jiawei Shao's avatar
    Remove redundant computations on combined interface block counts · bb3255b5
    Jiawei Shao authored Apr 27, 2018
    This patch intends to remove redundant computations on combined
    interface block counts in ValidateGraphicsInterfaceBlocks.
    
    In this patch, we compute and check the number of combined interface
    blocks by the result of ValidateInterfaceBlocksCount directly instead
    of re-compute it, and if the check on max combined interface blocks
    failed, Program::link() can early return without entering
    ValidateGraphicsInterfaceBlocks.
    
    BUG=angleproject:2345
    
    Change-Id: I7573f7c645993b4d75230a8471203a305127f2a3
    Reviewed-on: https://chromium-review.googlesource.com/1031852Reviewed-by: 's avatarJiajia Qin <jiajia.qin@intel.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
    bb3255b5
Program.cpp 113 KB
EditWeb IDE
×

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