Skip to content

util/u_debug: Use 'initialized' instead of 'first'

Kristian H. Kristensen requested to merge krh/mesa:initialized-not-first into main

Using 'initialized' to guard the one-time init, means it can be set to false as part of .bss instead setting 'first' to true in .data. This is more efficient and works at .ctor time.

Merge request reports