Re: [Mesa-dev] [PATCH] i965: Fix isoline reads in scalar TES.

2016-06-01 Thread Iago Toral
Reviewed-by: Iago Toral Quiroga On Tue, 2016-05-31 at 22:45 -0700, Kenneth Graunke wrote: > Isolines aren't reversed. commit 5b2d8c2273c6f fixed this for the vec4 > TES backend, but not the scalar one. > > Found while debugging GL45-CTS.tessellation_shader. >

Re: [Mesa-dev] [PATCH] i965: Fix isoline reads in scalar TES.

2016-05-31 Thread Dave Airlie
On 1 June 2016 at 15:45, Kenneth Graunke wrote: > Isolines aren't reversed. commit 5b2d8c2273c6f fixed this for the vec4 > TES backend, but not the scalar one. > > Found while debugging GL45-CTS.tessellation_shader. >

[Mesa-dev] [PATCH] i965: Fix isoline reads in scalar TES.

2016-05-31 Thread Kenneth Graunke
Isolines aren't reversed. commit 5b2d8c2273c6f fixed this for the vec4 TES backend, but not the scalar one. Found while debugging GL45-CTS.tessellation_shader. tessellation_control_to_tessellation_evaluation.gl_tessLevel. Signed-off-by: Kenneth Graunke Cc: