mmozeiko / build-mesa

Automatic build of mesa3d for Windows
36 stars 8 forks source link

softpipe OpenGL driver missing by intention from the releases? #7

Closed LowLevelMahn closed 1 month ago

LowLevelMahn commented 1 month ago

im mean the non LLVM jit based pure software rasterizer

LowLevelMahn commented 1 month ago

found it, removed since 21.0

mmozeiko commented 1 month ago

Softpipe is pretty obsolete for any real use case. You really do not want to use it - it is much much slower than llvmpipe and offers way less features. I believe it was stuck on 3.3 version, while llvmpipe nowadays goes up to 4.5.

LowLevelMahn commented 1 month ago

thanks for the info