Re: [Mesa-dev] [PATCH 5/6] r600g: add streamout support

2015-07-10 Thread Marek Olšák
On Thu, Jul 9, 2015 at 8:43 AM, Dave Airlie wrote: > From: Glenn Kennard > > This adds the main chunk of the geometry shader multiple stream > support to the r600 driver. > > Glenn wrote the original pass, and I took his code and hacked > it into a working state. > > Signed-off-by: Dave Airlie >

[Mesa-dev] [PATCH 5/6] r600g: add streamout support

2015-07-08 Thread Dave Airlie
From: Glenn Kennard This adds the main chunk of the geometry shader multiple stream support to the r600 driver. Glenn wrote the original pass, and I took his code and hacked it into a working state. Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/evergreen_state.c | 29 ++-- src/ga