Skip to content

gallium/util: do not use _MTX_INITIALIZER_NP on Windows

Erik Faye-Lund requested to merge kusma/mesa:drop-needless-init into master

We already have another way of initializing these, so it's just a matter of avoiding _MTX_INITIALIZER_NP here.

Merge request reports