Skip to content

glx: Only allow one DRI backend per display

Adam Jackson requested to merge ajax/mesa:glx-one-dri-backend into main

This could only have been useful if you had multiple screens, each needing different DRI backends, and you were trying to talk to them all from a single process. I am unconvinced that this is a thing to care about.


@jenatali this touches some code that would also be on the dxg setup path, though I think only in a positive way.

Merge request reports