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
  • Paul Thomson's avatar
    Capture: Disable GL_CHROMIUM_bind_uniform_location · abee60f6
    Paul Thomson authored Nov 30, 2020
    Some apps (possibly those that use Skia) use the extension
    GL_CHROMIUM_bind_uniform_location, which is implemented by ANGLE. This
    leads to traces that contain calls to functions from this extension,
    such as: glBindUniformLocationCHROMIUM. Such traces do not replay on
    native GLES drivers, as the extension is not available.
    
    The fix is to disable the GL_CHROMIUM_bind_uniform_location extension
    when capturing, so that apps do not use this extension.
    
    Bug: b/174256233
    Change-Id: I8c6de9dc958147bcad053cbf89d8727b40f45fbe
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2574836
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    abee60f6
Context.cpp 316 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.