Re: [Mesa-dev] [PATCH] mesa: move GLES checks for SSO input/output validation

2015-12-07 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 12/06/2015 07:12 AM, Timothy Arceri wrote: This function is unfinished there is a bunch more validation rules that need to be applied here. We will still want to call it for desktop GL we just don't want to validate precision so move the ES check to reflect this. C

[Mesa-dev] [PATCH] mesa: move GLES checks for SSO input/output validation

2015-12-05 Thread Timothy Arceri
This function is unfinished there is a bunch more validation rules that need to be applied here. We will still want to call it for desktop GL we just don't want to validate precision so move the ES check to reflect this. Cc: Tapani Pälli --- src/mesa/main/shader_query.cpp | 45 ++