Re: [Mesa-dev] arb_shader_subroutine CTS fixes

2016-05-22 Thread Chris Forbes
1, 3-11 inclusive are: Reviewed-by: Chris Forbes On Mon, May 23, 2016 at 12:52 PM, Dave Airlie wrote: > Since I wrote ARB_shader_subroutine as mostly a hack to enable GL4.0, > I felt a bit guilty and looked at CTS issues with it. > > There are a bunch of CTS tests that do explicit location/ind

[Mesa-dev] arb_shader_subroutine CTS fixes

2016-05-22 Thread Dave Airlie
Since I wrote ARB_shader_subroutine as mostly a hack to enable GL4.0, I felt a bit guilty and looked at CTS issues with it. There are a bunch of CTS tests that do explicit location/index with subroutines that were broken, along with a fair few of the subroutine tests. This is my first pass set of