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
  • Context.cpp
Find file
BlameHistoryPermalink
  • Gary Sweet's avatar
    Correct calculation of GL_MAX_VARYING_COMPONENTS · 07d3bcf1
    Gary Sweet authored Dec 20, 2019
    GL_MAX_VARYING_COMPONENTS does not equal maxVertexOutputComponents.
    The minimum supported limit for GL_MAX_VARYING_COMPONENTS is 60,
    whereas the minimum for maxVertexOutputComponents is 64.
    
    On devices that have the minimum limits the existing code will
    report a limit for GL_MAX_VARYING_COMPONENTS that is too large
    (64 vs 60). Report instead as (GL_MAX_VARYING_VECTORS * 4).
    
    Bug: angleproject:4233
    Change-Id: I920a32cf21040ff5b64746fcf3489db740028d48
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1978638Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    07d3bcf1
Context.cpp 303 KB
EditWeb IDE
×

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