Re: [Mesa-dev] [PATCH 2/3] gallium/auxiliary/indices: add u_primconvert

2013-10-29 Thread Brian Paul
On 10/29/2013 02:10 PM, Rob Clark wrote: From: Rob Clark A convenient front end to indices generate/translate code, for emulating primitives which are not supported natively by the driver. This handles saving/restoring index buffer state, etc. Signed-off-by: Rob Clark Reviewed-by: Brian Paul

[Mesa-dev] [PATCH 2/3] gallium/auxiliary/indices: add u_primconvert

2013-10-29 Thread Rob Clark
From: Rob Clark A convenient front end to indices generate/translate code, for emulating primitives which are not supported natively by the driver. This handles saving/restoring index buffer state, etc. Signed-off-by: Rob Clark Reviewed-by: Brian Paul --- v1: original v2: re-indent, fix initi

Re: [Mesa-dev] [PATCH 2/3] gallium/auxiliary/indices: add u_primconvert

2013-10-28 Thread Brian Paul
Just a bunch of minor nits... On 10/25/2013 01:53 PM, Rob Clark wrote: From: Rob Clark A convenient front end to indices generate/translate code, for emulating primitives which are not supported natively by the driver. This handles saving/restoring index buffer state, etc. Signed-off-by: Rob

[Mesa-dev] [PATCH 2/3] gallium/auxiliary/indices: add u_primconvert

2013-10-25 Thread Rob Clark
From: Rob Clark A convenient front end to indices generate/translate code, for emulating primitives which are not supported natively by the driver. This handles saving/restoring index buffer state, etc. Signed-off-by: Rob Clark --- src/gallium/auxiliary/Makefile.sources| 1 + src/ga