Re: [Mesa-dev] [PATCH v2 2/5] glsl: add ARB_derivative control support

2014-08-14 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 08/13/2014 10:48 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > > Oops :) The piglit tests caught these... > > v1 -> v2: > - add constant expression handling > - add name strings for new opcodes > - add new opcodes into ir_expression

Re: [Mesa-dev] [PATCH v2 2/5] glsl: add ARB_derivative control support

2014-08-13 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH v2 2/5] glsl: add ARB_derivative control support

2014-08-13 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- Oops :) The piglit tests caught these... v1 -> v2: - add constant expression handling - add name strings for new opcodes - add new opcodes into ir_expression constructor src/glsl/builtin_functions.cpp | 48 + src/glsl/g