Re: [Mesa-dev] [PATCH 6/6] gallivm: implement breakc and implicit primitive flushing

2013-03-27 Thread Brian Paul
On 03/26/2013 10:38 AM, Zack Rusin wrote: we were missing implementation of the breakc instruction and our TGSI semantics currently require an implicit endprim at the end of GS if none is present - this implements both. Maybe I'm dense, but off-hand I don't see the relationship between endprim

[Mesa-dev] [PATCH 6/6] gallivm: implement breakc and implicit primitive flushing

2013-03-26 Thread Zack Rusin
we were missing implementation of the breakc instruction and our TGSI semantics currently require an implicit endprim at the end of GS if none is present - this implements both. Signed-off-by: Zack Rusin --- src/gallium/auxiliary/gallivm/lp_bld_tgsi.h|6 src/gallium/auxiliary/ga