Re: [Mesa-dev] [PATCH 18/20] mesa: fill out the ARB_shader_subroutine APIs

2015-07-23 Thread Kenneth Graunke
On Thursday, July 23, 2015 03:33:40 PM Dave Airlie wrote: > On 23 July 2015 at 15:01, Kenneth Graunke wrote: > > On Tuesday, July 21, 2015 03:19:25 PM Dave Airlie wrote: > >> From: Dave Airlie > >> > >> This fleshes out the APIs, using the program resource > >> APIs where they should match. > >>

Re: [Mesa-dev] [PATCH 18/20] mesa: fill out the ARB_shader_subroutine APIs

2015-07-22 Thread Dave Airlie
On 23 July 2015 at 15:01, Kenneth Graunke wrote: > On Tuesday, July 21, 2015 03:19:25 PM Dave Airlie wrote: >> From: Dave Airlie >> >> This fleshes out the APIs, using the program resource >> APIs where they should match. >> >> It also sets the default values to valid subroutines. >> >> Signed-of

Re: [Mesa-dev] [PATCH 18/20] mesa: fill out the ARB_shader_subroutine APIs

2015-07-22 Thread Kenneth Graunke
On Tuesday, July 21, 2015 03:19:25 PM Dave Airlie wrote: > From: Dave Airlie > > This fleshes out the APIs, using the program resource > APIs where they should match. > > It also sets the default values to valid subroutines. > > Signed-off-by: Dave Airlie > --- > src/mesa/main/shaderapi.c | 4

[Mesa-dev] [PATCH 18/20] mesa: fill out the ARB_shader_subroutine APIs

2015-07-20 Thread Dave Airlie
From: Dave Airlie This fleshes out the APIs, using the program resource APIs where they should match. It also sets the default values to valid subroutines. Signed-off-by: Dave Airlie --- src/mesa/main/shaderapi.c | 450 +- src/mesa/main/shaderapi.h