Re: [Mesa-dev] [PATCH 7/8] indices: add some comments

2013-06-19 Thread Roland Scheidegger
Am 19.06.2013 18:39, schrieb Brian Paul: > This is pretty complicated code with few/any comments. Here's a first stab. > --- > src/gallium/auxiliary/indices/u_indices.c | 23 > +--- > src/gallium/auxiliary/indices/u_unfilled_indices.c |9 +++- > 2 files changed

[Mesa-dev] [PATCH 7/8] indices: add some comments

2013-06-19 Thread Brian Paul
This is pretty complicated code with few/any comments. Here's a first stab. --- src/gallium/auxiliary/indices/u_indices.c | 23 +--- src/gallium/auxiliary/indices/u_unfilled_indices.c |9 +++- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/src/g