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
  • Geoff Lang's avatar
    Initialize gl::Context state on the first call to MakeCurrent. · 33f11fbc
    Geoff Lang authored May 07, 2018
    The constructor of gl::Context creates a bunch of zero and helper objects
    but it is not current at this time.  If the backend if not using virtualized
    contexts this causes the created objects to be created on the wrong native
    context.
    
    BUG=angleproject:2464
    
    Change-Id: I9718df87d0afeb08729920363d362d5f891061ed
    Reviewed-on: https://chromium-review.googlesource.com/1048114Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarLuc Ferron <lucferron@chromium.org>
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    33f11fbc
Context.cpp 238 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.