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
  • renderer
  • gl
  • renderergl_utils.cpp
Find file
BlameHistoryPermalink
  • Jonah Ryan-Davis's avatar
    GL: Missing check for texture format sample counts · a21362f5
    Jonah Ryan-Davis authored Oct 10, 2019
    ANGLE was hitting an issue running on llvmpipe because llvmpipe doesn't
    properly implement texture formats with multisampling, but claims
    otherwise to be OpenGL 3.3 compliant. ANGLE did not validate the claim
    on the backend, so the frontend was hitting an ASSERT that failed.
    This patch makes sure to validate this part of the spec, and limits the
    driver to OpenGL 2 if it's not conformant.
    
    Bug: 976382
    Change-Id: I6ad6d757e26f90068df83aeb3caf7685aa2f1c07
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1853889
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    a21362f5
renderergl_utils.cpp 87.4 KB
EditWeb IDE
×

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