Skip to content

mapi threading fixes

Erik Faye-Lund requested to merge kusma/mesa:mapi-fixes into master

Here's a few fixes for threading corner-cases in the non USE_ELF_TLS-case of mapi.

These are only use on older Android versions as well as Windows. I'm guessing this code has bit rotted a bit over time, since the ELF TLS version is used everywhere else.

/cc @lfrb

Merge request reports