16:39 cmarcelo: why some src/util files have u_ prefix and others don't?
17:56 glehmann: it's a mess overall, some have no prefix, some have u, some have util, and imo the worst of all is _mesa
20:02 cmarcelo: glehmann: yeah, it is a bit all over the place. if I'm adding something new, should I prefer u_ prefix? or there's no clear point of convergence?
20:32 airlied: cmarcelo: I think util_ probably
20:33 airlied: the u_ prefix came from initial gallium
20:37 cmarcelo: ah, that explains the u_... thanks.
20:39 airlied: though I'm also happy with no prefix
20:39 airlied: if it's like something that is self explanatory :-P