
Originally Posted by
MostAwesomeDude
KMS is required for Gallium. xorg + exa can replace a DDX and provide Xv. dri + mesa can provide a GL driver, which does all of the regular GL features including GLSL.
So they replace each other in groups?
Code:
Gallium Classic MESA
------------------------
xorg+exa DDX+Xv
dri+mesa GL+GLSL
dri DRI2 (???)
What about vega, g3dvl, egl, wgl? Do they have equivalent classic mesa counter parts?

Originally Posted by
MostAwesomeDude
That list looks suspiciously like RadeonFeature from X.org's wiki. :3


Originally Posted by
MostAwesomeDude
I intentionally didn't add very many features to that list, because at the end of the day, what people use Gallium drivers for is very independent of what a traditional DDX does. You could say that KMS + Gallium can replace a classic DRM + DRI + DDX stack, but that's only one possibility. Other things, like Wayland + EGL + Cairo, are also possible.
Cool. Are there other possible combinations?
What does vega, g3dvl, egl, wgl stand for?