Re: [Mesa-dev] [PATCH V3 0/5] Interpolation fixes for Gen4/5

2013-07-30 Thread Paul Berry
On 22 July 2013 23:04, Kenneth Graunke wrote: > On 07/14/2013 02:39 AM, Chris Forbes wrote: > >> This series adds support for GLSL 1.30 / EXT_gpu_shader4's 'flat' and >> 'noperspective' varying interpolation qualifiers on Gen4/5. >> >> Based on Olivier Galibert's series from July 2012, with some

Re: [Mesa-dev] [PATCH V3 0/5] Interpolation fixes for Gen4/5

2013-07-22 Thread Kenneth Graunke
On 07/14/2013 02:39 AM, Chris Forbes wrote: This series adds support for GLSL 1.30 / EXT_gpu_shader4's 'flat' and 'noperspective' varying interpolation qualifiers on Gen4/5. Based on Olivier Galibert's series from July 2012, with some simplifications (that series contained a number of fixes for

[Mesa-dev] [PATCH V3 0/5] Interpolation fixes for Gen4/5

2013-07-14 Thread Chris Forbes
This series adds support for GLSL 1.30 / EXT_gpu_shader4's 'flat' and 'noperspective' varying interpolation qualifiers on Gen4/5. Based on Olivier Galibert's series from July 2012, with some simplifications (that series contained a number of fixes for other bugs which have been addressed in master