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
  • Display.cpp
Find file
BlameHistoryPermalink
  • Michael Spang's avatar
    Move default ANGLE platform type out of main switch/case · 7cd5f64a
    Michael Spang authored Aug 21, 2019
    The "default" platform type isn't really a discrete type, and treating it
    that way leads to duplication. Make the default platform just map to
    another platform enum.
    
    After this change, setting args to angle_enable_opengl=false
    angle_enable_vulkan=true under X11 results in a default of vulkan;
    previously we would hit UNREACHABLE() due to not handling this case.
    
    Bug: angleproject:3847
    Change-Id: I1dc093ef8a2f5b93721cb1ebda0a8c3ec4a7d2f9
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1521321Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Michael Spang <spang@chromium.org>
    7cd5f64a
Display.cpp 44.7 KB
EditWeb IDE
×

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