Re: [Mesa-dev] [PATCH 2/2] draw/gallivm: add invocation ID support for llvmpipe.

2015-06-22 Thread Roland Scheidegger
For the series: Reviewed-by: Roland Scheidegger Am 22.06.2015 um 06:01 schrieb Dave Airlie: > From: Dave Airlie > > This extends the draw code to add support for invocations. > > Signed-off-by: Dave Airlie > --- > src/gallium/auxiliary/draw/draw_gs.c| 3 ++- > src/gallium/auxili

[Mesa-dev] [PATCH 2/2] draw/gallivm: add invocation ID support for llvmpipe.

2015-06-21 Thread Dave Airlie
From: Dave Airlie This extends the draw code to add support for invocations. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/draw/draw_gs.c| 3 ++- src/gallium/auxiliary/draw/draw_llvm.c | 5 - src/gallium/auxiliary/draw/draw_llvm.h | 3 ++- src/gallium/a