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
  • util
  • EGLWindow.cpp
Find file
BlameHistoryPermalink
  • Lubosz Sarnecki's avatar
    EGLWindow: Append noError context attribs only if enabled. · df72ea36
    Lubosz Sarnecki authored Mar 31, 2021
    Push EGL_CONTEXT_OPENGL_NO_ERROR_KHR only to the context attribute list
    if it's enabled in the mConfigParams. Prior to this patch the attribute
    was pushed with a EGL_FALSE value if noError was disabled but available.
    
    This resolves issues on EGL implementations which expose the extension
    but fail if it's in the attrib list if certain conditions are met.
    
    This is the case for mesa 21.0 when EGL_CONTEXT_MAJOR_VERSION_KHR is set
    to 1 / GLES1.
    
    Mesa upstream issue:
    https://gitlab.freedesktop.org/mesa/mesa/-/issues/4586
    
    Bug: angleproject:5809
    Change-Id: I91dfafe2a89f0488556942813087e54499895088
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2797331Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    Commit-Queue: Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
    df72ea36
EGLWindow.cpp 24.8 KB
EditWeb IDE
×

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