Re: [Mesa-dev] [PATCH 3/4] [rfc] gallivm/llvmpipe dynamic samplers support.

2016-04-18 Thread Roland Scheidegger
Am 18.04.2016 um 23:10 schrieb Dave Airlie: > On 19 April 2016 at 03:40, Roland Scheidegger wrote: >> Am 18.04.2016 um 04:49 schrieb Dave Airlie: >>> From: Dave Airlie >>> >>> This is a first attempt at adding support for dynamic indexing >>> of samplers to llvmpipe. This is needed for ARB_gpu_sh

Re: [Mesa-dev] [PATCH 3/4] [rfc] gallivm/llvmpipe dynamic samplers support.

2016-04-18 Thread Dave Airlie
On 19 April 2016 at 03:40, Roland Scheidegger wrote: > Am 18.04.2016 um 04:49 schrieb Dave Airlie: >> From: Dave Airlie >> >> This is a first attempt at adding support for dynamic indexing >> of samplers to llvmpipe. This is needed for ARB_gpu_shader5 support. >> >> This uses the sampler function

Re: [Mesa-dev] [PATCH 3/4] [rfc] gallivm/llvmpipe dynamic samplers support.

2016-04-18 Thread Roland Scheidegger
Am 18.04.2016 um 04:49 schrieb Dave Airlie: > From: Dave Airlie > > This is a first attempt at adding support for dynamic indexing > of samplers to llvmpipe. This is needed for ARB_gpu_shader5 support. > > This uses the sampler function generator to generate functions > for all samplers, then us

[Mesa-dev] [PATCH 3/4] [rfc] gallivm/llvmpipe dynamic samplers support.

2016-04-17 Thread Dave Airlie
From: Dave Airlie This is a first attempt at adding support for dynamic indexing of samplers to llvmpipe. This is needed for ARB_gpu_shader5 support. This uses the sampler function generator to generate functions for all samplers, then uses if statements to pick which one to call. This passes a