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
  • Compiler.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Only support GL_OVR_multiview extension variant · ec3a9cbb
    Olli Etuaho authored Sep 07, 2017
    The WebGL spec proposal was changed so that only GL_OVR_multiview
    extension name is supported, instead of having two variants
    OVR_multiview and OVR_multiview2. We're only supporting the WebGL
    version of the shader extension, so we drop compiler support for
    GL_OVR_multiview2. Shader restrictions were also removed from the
    WebGL spec, so no special validation for how ViewID_OVR gets used is
    needed.
    
    Tests that were testing for the shader restrictions are either removed
    or changed from negative tests to positive tests.
    
    BUG=angleproject:1669
    TEST=angle_unittests
    
    Change-Id: I83f92b879376d41b727b5aca419fd75fb6f53477
    Reviewed-on: https://chromium-review.googlesource.com/654608Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    ec3a9cbb
Compiler.cpp 38.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.