Re: [Mesa-dev] [PATCH 1/6] radeonsi: add support for interpolateAt functions (v2)

2015-07-28 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, Jul 27, 2015 at 3:49 AM, Dave Airlie wrote: > From: Dave Airlie > > This is part of ARB_gpu_shader5, and this passes > all the piglit tests currently available. > > v2: use macros from the fine derivs commit. > add comments. > Signed-off-by: Dave Airlie

[Mesa-dev] [PATCH 1/6] radeonsi: add support for interpolateAt functions (v2)

2015-07-26 Thread Dave Airlie
From: Dave Airlie This is part of ARB_gpu_shader5, and this passes all the piglit tests currently available. v2: use macros from the fine derivs commit. add comments. Signed-off-by: Dave Airlie --- docs/GL3.txt | 2 +- src/gallium/drivers/radeonsi/si_shader.c | 24