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
  • Caps.cpp
Find file
BlameHistoryPermalink
  • Geoff Lang's avatar
    Fix being unable to request some extensions implemented in the GL layer. · b0f917fa
    Geoff Lang authored Dec 05, 2017
    Some extensions are forced on in Context::initCaps even though the
    backend's native extensions do not mark the extension as supported.
    These extensions were not requestable because the
    Context::isExtensionRequestable only checks if the backend supports the
    extension.
    
    Make GL_OES_vertex_array_object requestable to cover the issue.
    
    BUG=angleproject:1523
    
    Change-Id: Ie64df8e270924727ecf9cd3f993443abeb3ef658
    Reviewed-on: https://chromium-review.googlesource.com/809197
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    b0f917fa
Caps.cpp 51.9 KB
EditWeb IDE
×

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