On 17 Nov 2020, at 21:51, Samuel Thibault <samuel.thiba...@gnu.org> wrote: > > Svante Signell, le mar. 17 nov. 2020 22:47:04 +0100, a ecrit: >> On Tue, 2020-11-17 at 21:59 +0100, Samuel Thibault wrote: >>> Svante Signell, le mar. 17 nov. 2020 21:56:33 +0100, a ecrit: >> >>>> Got it. Can some of the drivers be tested with software rendering, >>>> like swrast? >>> >>> software rendering does not use drm/dri. That's already what we are >>> using (and have been using for years) for -vga std or cirrus. >> >> So having more mesa packages building is worthless? > > I don't mean it's worthless, I mean it already used to be building and > working fine. Now that it builds fine again, I have little doubt that > software rendering works fine.
Especially since software rendering (swrast in mesa) uses LLVM these days (llvmpipe), having mesa continue to build is useful, otherwise it can get caught up in transitions and block a lot of downstream software from building (cmake -> qt -> mesa is an annoying build dependency chain that quickly becomes problematic). Jess