[Mesa-dev] [PATCH 02/19] glapi: Add ARB_shader_subroutine functions and enums (v2)

2015-07-09 Thread Dave Airlie
From: Chris Forbes v2: fix output="true" and LENGTH typo Reviewed-by: Tapani Pälli Reviewed-by: Kenneth Graunke Signed-off-by: Chris Forbes Signed-off-by: Dave Airlie --- src/mapi/glapi/gen/ARB_shader_subroutine.xml | 84 src/mapi/glapi/gen/Makefile.am

Re: [Mesa-dev] [PATCH 02/19] glapi: Add ARB_shader_subroutine functions and enums

2015-06-01 Thread Tapani
You did not do changes I suggested but it looks to me that the comments are still valid. (http://lists.freedesktop.org/archives/mesa-dev/2015-April/082523.html) In a nutshell, parameters that get written to should have qualifier "output=true". It could be that it is not strictly required, howev

[Mesa-dev] [PATCH 02/19] glapi: Add ARB_shader_subroutine functions and enums

2015-05-31 Thread Dave Airlie
From: Chris Forbes Signed-off-by: Chris Forbes --- src/mapi/glapi/gen/ARB_shader_subroutine.xml | 84 src/mapi/glapi/gen/Makefile.am | 1 + src/mapi/glapi/gen/gl_API.xml| 6 +- 3 files changed, 90 insertions(+), 1 deletion(-) create