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
  • tests
  • test_utils
  • ANGLETest.cpp
Find file
BlameHistoryPermalink
  • Martin Radev's avatar
    Handle multiview Draw* calls · 8f276e25
    Martin Radev authored May 30, 2017
    Because the ANGLE_multiview extension uses instancing to multiply
    geometry for each view, Draw* calls with an active multiview program
    have to be handled in the follwing way:
    1) Convert non-instanced Draw calls to their instanced versions.
    2) Multiply the number of instances in an instanced Draw call by the
    number of views.
    
    BUG=angleproject:2062
    TEST=angle_end2end_tests
    
    Change-Id: I19119e8178f70336e5dbb1e5eed0658b5b9f43d7
    Reviewed-on: https://chromium-review.googlesource.com/593657Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Commit-Queue: Martin Radev <mradev@nvidia.com>
    8f276e25
ANGLETest.cpp 28.4 KB
EditWeb IDE
×

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