Re: [Mesa-dev] [PATCH 1/4] gallivm: convert size query to using a set of parameters.

2016-04-18 Thread Roland Scheidegger
Am 18.04.2016 um 04:49 schrieb Dave Airlie: > From: Dave Airlie > > This isn't currently that easy to expand, so fix it up > before expanding it later to include dynamic samplers. > > Signed-off-by: Dave Airlie > --- > src/gallium/auxiliary/draw/draw_llvm_sample.c | 22 ++- > src/galli

[Mesa-dev] [PATCH 1/4] gallivm: convert size query to using a set of parameters.

2016-04-17 Thread Dave Airlie
From: Dave Airlie This isn't currently that easy to expand, so fix it up before expanding it later to include dynamic samplers. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/draw/draw_llvm_sample.c | 22 ++- src/gallium/auxiliary/gallivm/lp_bld_sample.h | 21 --- src/gal