Re: [Mesa-dev] list.h vs. simple_list.h

2016-11-21 Thread Eric Anholt
Brian Paul writes: > [resending, original msg didn't appear on list] > > It seems a bit silly to have two linked list utilities. > > git-grep indicates that list.h is used more than simple_list.h so maybe > we can switch uses of the later to the former. In fact, I've already > found a few file

[Mesa-dev] list.h vs. simple_list.h

2016-11-19 Thread Brian Paul
[resending, original msg didn't appear on list] It seems a bit silly to have two linked list utilities. git-grep indicates that list.h is used more than simple_list.h so maybe we can switch uses of the later to the former. In fact, I've already found a few files that include simple_list.h but

[Mesa-dev] list.h vs. simple_list.h

2016-11-19 Thread Brian Paul
It seems a bit silly to have two linked list utilities. git-grep indicates that list.h is used more than simple_list.h so maybe we can switch uses of the later to the former. In fact, I've already found a few files that include simple_list.h but don't actually need it. I may pick away at thi