Re: [Mesa-dev] [PATCH 1/7] draw/tgsi: implement geom shader invocation support.

2015-05-27 Thread Roland Scheidegger
Am 27.05.2015 um 13:47 schrieb Ilia Mirkin: > On Wed, May 27, 2015 at 7:42 AM, Roland Scheidegger > wrote: >> Am 27.05.2015 um 09:45 schrieb Dave Airlie: >>> From: Dave Airlie >>> >>> This is just for softpipe, llvmpipe won't work without >>> some changes. >>> >>> Signed-off-by: Dave Airlie >>>

Re: [Mesa-dev] [PATCH 1/7] draw/tgsi: implement geom shader invocation support.

2015-05-27 Thread Ilia Mirkin
On Wed, May 27, 2015 at 7:42 AM, Roland Scheidegger wrote: > Am 27.05.2015 um 09:45 schrieb Dave Airlie: >> From: Dave Airlie >> >> This is just for softpipe, llvmpipe won't work without >> some changes. >> >> Signed-off-by: Dave Airlie >> --- >> src/gallium/auxiliary/draw/draw_gs.c | 47 >>

Re: [Mesa-dev] [PATCH 1/7] draw/tgsi: implement geom shader invocation support.

2015-05-27 Thread Roland Scheidegger
Am 27.05.2015 um 09:45 schrieb Dave Airlie: > From: Dave Airlie > > This is just for softpipe, llvmpipe won't work without > some changes. > > Signed-off-by: Dave Airlie > --- > src/gallium/auxiliary/draw/draw_gs.c | 47 > +- > src/gallium/auxiliary/draw/draw

[Mesa-dev] [PATCH 1/7] draw/tgsi: implement geom shader invocation support.

2015-05-27 Thread Dave Airlie
From: Dave Airlie This is just for softpipe, llvmpipe won't work without some changes. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/draw/draw_gs.c | 47 +- src/gallium/auxiliary/draw/draw_gs.h | 2 ++ src/gallium/auxiliary/tgsi/tgsi_scan.c | 2 ++