Skip to content

mesa: Port errors.c to util/list.h instead of simple_list.

Kenneth Graunke requested to merge kwg/mesa:simplelist into master

There is widespread consensus that simple_list should go away. This patch converts one more use to the modern kernel-style list.

Merge request reports