Re: [Mesa-dev] [PATCH 4/4] radeonsi: add support for interpolateAt functions

2015-07-24 Thread Dave Airlie
On 25 July 2015 at 01:15, Marek Olšák wrote: > On Wed, Jul 22, 2015 at 12:51 AM, Dave Airlie wrote: >> From: Dave Airlie >> >> This is part of ARB_gpu_shader5, and this passes >> all the piglit tests currently available. >> >> Signed-off-by: Dave Airlie >> --- >> docs/GL3.txt

Re: [Mesa-dev] [PATCH 4/4] radeonsi: add support for interpolateAt functions

2015-07-24 Thread Marek Olšák
On Wed, Jul 22, 2015 at 12:51 AM, Dave Airlie wrote: > From: Dave Airlie > > This is part of ARB_gpu_shader5, and this passes > all the piglit tests currently available. > > Signed-off-by: Dave Airlie > --- > docs/GL3.txt | 2 +- > src/gallium/drivers/radeonsi/si_s

Re: [Mesa-dev] [PATCH 4/4] radeonsi: add support for interpolateAt functions

2015-07-23 Thread Dave Airlie
On 24 July 2015 at 13:29, Michel Dänzer wrote: > On 22.07.2015 07:51, Dave Airlie wrote: >> From: Dave Airlie >> >> This is part of ARB_gpu_shader5, and this passes >> all the piglit tests currently available. >> >> Signed-off-by: Dave Airlie > > [...] > >> @@ -2263,6 +2263,225 @@ static void si

Re: [Mesa-dev] [PATCH 4/4] radeonsi: add support for interpolateAt functions

2015-07-23 Thread Michel Dänzer
On 22.07.2015 07:51, Dave Airlie wrote: > From: Dave Airlie > > This is part of ARB_gpu_shader5, and this passes > all the piglit tests currently available. > > Signed-off-by: Dave Airlie [...] > @@ -2263,6 +2263,225 @@ static void si_llvm_emit_ddxy( > emit_data->output[0] = lp_build_ga

[Mesa-dev] [PATCH 4/4] radeonsi: add support for interpolateAt functions

2015-07-21 Thread Dave Airlie
From: Dave Airlie This is part of ARB_gpu_shader5, and this passes all the piglit tests currently available. Signed-off-by: Dave Airlie --- docs/GL3.txt | 2 +- src/gallium/drivers/radeonsi/si_shader.c | 232 ++- 2 files changed, 232 in