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
  • glx
  • FunctionsGLX.cpp
Find file
BlameHistoryPermalink
  • Corentin Wallez's avatar
    DisplayGLX: add support for complete lack of extensions · 50ff85e5
    Corentin Wallez authored Nov 11, 2015
    We thought we could rely on GLX_create_context_attrib being present but
    this is not the case with VM drivers. Instead we fallback to creating
    contexts with glXCreateContext that doesn't offer control on which
    version and profile the context will have.
    
    Likewise we may not always be able to use the multisample but we can
    safely assume that the number of samples and sample buffers are zero in
    this case.
    
    BUG=angleproject:1206
    
    Change-Id: I888c69e609764994baf86386c9683b3edeb320f7
    Reviewed-on: https://chromium-review.googlesource.com/312230Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    50ff85e5
FunctionsGLX.cpp 12.1 KB
EditWeb IDE
×

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