Re: [Mesa-dev] [PATCH V3 12/13] vbo: map indirect buffer and extract params if doing sw primitive restart

2013-11-12 Thread Kenneth Graunke
On 11/09/2013 01:02 AM, Chris Forbes wrote: V2: Check for mapping failure (thanks Brian) V3: - Change error on mapping failure to OUT_OF_MEMORY (Brian) - Unconst; remove casting away of const. Signed-off-by: Chris Forbes chr...@ijw.co.nz --- src/mesa/vbo/vbo_primitive_restart.c | 33

Re: [Mesa-dev] [PATCH V3 12/13] vbo: map indirect buffer and extract params if doing sw primitive restart

2013-11-12 Thread Chris Forbes
There's a test for the SW primitive restart interaction in piglit. On Wed, Nov 13, 2013 at 9:45 AM, Kenneth Graunke kenn...@whitecape.org wrote: On 11/09/2013 01:02 AM, Chris Forbes wrote: V2: Check for mapping failure (thanks Brian) V3: - Change error on mapping failure to OUT_OF_MEMORY

[Mesa-dev] [PATCH V3 12/13] vbo: map indirect buffer and extract params if doing sw primitive restart

2013-11-09 Thread Chris Forbes
V2: Check for mapping failure (thanks Brian) V3: - Change error on mapping failure to OUT_OF_MEMORY (Brian) - Unconst; remove casting away of const. Signed-off-by: Chris Forbes chr...@ijw.co.nz --- src/mesa/vbo/vbo_primitive_restart.c | 33 + 1 file changed,