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
  • ParseContext.cpp
Find file
BlameHistoryPermalink
  • Ian Elliott's avatar
    Generate new compiler errors for array-of-arrays · 3797fc85
    Ian Elliott authored Mar 05, 2020
    The GLES GLSL 3.1 spec states that it is an error to use array-of-arrays
    in the following cases:
    
    - Vertex shader outputs
    - Fragment shader inputs
    - Fragment shader outputs
    
    ANGLE currently generates errors in the case of vertex shader inputs.
    It needs to add the above cases.
    
    Reproduce by running "angle_deqp_khr_gles31_tests" with:
    
      --gtest_filter=dEQP.KHR_GLES31/core_arrays_of_arrays_InteractionInterfaceArrays2* --use-angle=swiftshader
    
    Bug: angleproject:4148
    Change-Id: I1147fc7d4755e5b6c07d2ab5d14566d919dec530
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2087647Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    Commit-Queue: Ian Elliott <ianelliott@google.com>
    3797fc85
ParseContext.cpp 224 KB
EditWeb IDE
×

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