On Thu, May 7, 2015 at 5:30 PM, Ian Romanick wrote:
> Isn't this the same as src/util/simple_list.h?
In terms of being a two-pointer circularly linked list, yes. In terms
of having a decent API, no.
1) Nothing in simple_list is namespaced in any way
2) it's all macros with do-while around them
Isn't this the same as src/util/simple_list.h?
On 04/27/2015 09:03 PM, Jason Ekstrand wrote:
> The linked list in gallium is pretty much the kernel list and we would like
> to have a C-based linked list for all of mesa. Let's not duplicate and
> just steal the gallium one.
> ---
> src/gallium/au
The linked list in gallium is pretty much the kernel list and we would like
to have a C-based linked list for all of mesa. Let's not duplicate and
just steal the gallium one.
---
src/gallium/auxiliary/Makefile.sources | 1 -
src/gallium/auxiliary/hud/hud_private.h| 2 +