Skip to content

util/rb-tree: Reverse the order of comparison functions

Faith Ekstrand requested to merge gfxstrand/mesa:review/rb-tree-reverse into master

The new order matches that of the comparison functions accepted by the C standard library qsort() functions. Being consistent with qsort will hopefully help avoid developer confusion.

Merge request reports