[Mesa-dev] [PATCH V2 2/3] glsl: add new expression types for interpolateAt*

2013-11-11 Thread Chris Forbes
Will be used to implement interpolateAtCentroid(), interpolateAtOffset() and interpolateAtSample() from ARB_gpu_shader5 Will be used to implement interpolateAtCentroid() from ARB_gpu_shader5. Signed-off-by: Chris Forbes chr...@ijw.co.nz --- src/glsl/ir.cpp| 6 ++

Re: [Mesa-dev] [PATCH V2 2/3] glsl: add new expression types for interpolateAt*

2013-11-11 Thread Chris Forbes
Sorry, that commit message ended up a mess. On Tue, Nov 12, 2013 at 8:45 PM, Chris Forbes chr...@ijw.co.nz wrote: Will be used to implement interpolateAtCentroid(), interpolateAtOffset() and interpolateAtSample() from ARB_gpu_shader5 Will be used to implement interpolateAtCentroid() from