Skip to content

Draft: Make glthread the only option forever

Marek Olšák requested to merge mareko/mesa:glthread-forever into main
  • We could remove the glapi asm jumps if GetProcAddress just returned _mesa_marshal_* functions.
  • We could nuke a lot of libglapi generators.
  • Indirect GLX would have to go.
  • Some big.LITTLE CPUs need a better thread scheduler. You can put one in Mesa. We already have one for Zen.
Edited by Marek Olšák

Merge request reports

Loading