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
  • null
  • SurfaceNULL.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Proliferate gl::Context. · fe54834f
    Jamie Madill authored Jun 19, 2017
    This enables a few small things: it will enable making the platform
    a property of the Display rather than a global. The same goes for the
    global logging annotator. Also it ensures all back-end implementations
    have access to the GL / EGL state when available.
    
    Also introduces a smart pointer helper class to angleutils for objects
    that prefer to be destroyed with a context (gl::Context/egl::Display)
    parameter. We were using std::unique_ptr in a few places that would
    not work well with these objects.
    
    BUG=angleproject:1156
    
    Change-Id: I59e288a3d6f766ff8a0f4b48ff3a1fbf7489daba
    Reviewed-on: https://chromium-review.googlesource.com/529706
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    fe54834f
SurfaceNULL.cpp 2.03 KB
EditWeb IDE
×

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