Skip to content

mesa/main: use p_atomic_inc_return instead of locking

Erik Faye-Lund requested to merge kusma/mesa:no-mutex into master

There's no good reason for using a mutex here, as we have a simpler primitive; atomic integers. So let's use that instead, to simplify things a bit.

Merge request reports