16:39cmarcelo: why some src/util files have u_ prefix and others don't?
17:56glehmann: it's a mess overall, some have no prefix, some have u, some have util, and imo the worst of all is _mesa
20:02cmarcelo: 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:32airlied: cmarcelo: I think util_ probably
20:33airlied: the u_ prefix came from initial gallium
20:37cmarcelo: ah, that explains the u_... thanks.
20:39airlied: though I'm also happy with no prefix
20:39airlied: if it's like something that is self explanatory :-P