Re: [Mesa-dev] [PATCH 05/23] glsl: Add extension plumbing and define for ARB_shader_subroutine

2015-04-23 Thread Tapani Pälli
Patches 1,3,4,5 (and 2 with the changes mentioned); Reviewed-by: Tapani Pälli tapani.pa...@intel.com (I'll continue on this a bit later.) On 04/24/2015 04:42 AM, Dave Airlie wrote: From: Chris Forbes chr...@ijw.co.nz Signed-off-by: Chris Forbes chr...@ijw.co.nz ---

[Mesa-dev] [PATCH 05/23] glsl: Add extension plumbing and define for ARB_shader_subroutine

2015-04-23 Thread Dave Airlie
From: Chris Forbes chr...@ijw.co.nz Signed-off-by: Chris Forbes chr...@ijw.co.nz --- src/glsl/glcpp/glcpp-parse.y| 3 +++ src/glsl/glsl_parser_extras.cpp | 1 + src/glsl/glsl_parser_extras.h | 2 ++ src/glsl/standalone_scaffolding.cpp | 1 + 4 files changed, 7 insertions(+)