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
  • ResourceManager.cpp
Find file
BlameHistoryPermalink
  • Geoff Lang's avatar
    Create a default framebuffer per surface/context pair on MakeCurrent. · bf7b95db
    Geoff Lang authored May 01, 2018
    Sharing a gl::Framebuffer object between multiple contexts causes problems if
    contexts are not virtualized because the native framebuffer objects are not
    shared between these contexts.  The FramebufferImpl created should be the glue
    that binds a specific context to a specific surface.
    
    Update the SurfaceImpl implementations to re-create the framebuffer
    object before passing it to FramebufferGL.  No backing resources will be
    re-created.
    
    BUG=angleproject:2464
    
    Change-Id: Id0b13a221c22b71517b25cb5b1ef2392ad2ecdd6
    Reviewed-on: https://chromium-review.googlesource.com/1039985
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarFrank Henigman <fjhenigman@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    bf7b95db
ResourceManager.cpp 12.1 KB
EditWeb IDE
×

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