Re: [Piglit] [PATCH V4 1/5] shader_runner: Add basic SSO support to shader runner

2015-12-09 Thread Kenneth Graunke
On Monday, December 07, 2015 11:06:33 AM Timothy Arceri wrote: > This sets up the basics for using SSO with shader runner. This will > only support vertex and fragment shaders but is easily extended. > > V2: delete pipeline in cleanup code rather than calling gen again, > output error message

[Piglit] [PATCH V4 1/5] shader_runner: Add basic SSO support to shader runner

2015-12-06 Thread Timothy Arceri
This sets up the basics for using SSO with shader runner. This will only support vertex and fragment shaders but is easily extended. V2: delete pipeline in cleanup code rather than calling gen again, output error message when SSO fails to link V3: add new option to [require] to allow separate