Skip to content
  • Kristian Høgsberg's avatar
    glx: Support direct rendering pbuffers · 5a43dbac
    Kristian Høgsberg authored
    We've supported indirect rendering pbuffers for a while, but not direct
    rendering pbuffers.  The way we do this is by creating a hidden pixmap
    and wrap that in a GLX pbuffer.  This only works when we have DRI2 on
    the server, but if the server doesn't have DRI2, it won't expose configs
    with pbuffer bits enabled.
    5a43dbac