Re: [Piglit] [PATCH v2 10/10] arb_enhanced_layouts: add xfb_offset overlap test

2019-02-06 Thread Timothy Arceri
Reviewed-by: Timothy Arceri On 7/2/19 2:52 am, Andres Gomez wrote: From the GL_ARB_enhanced_layouts spec: " No aliasing in output buffers is allowed: It is a compile-time or link-time error to specify variables with overlapping transform feedback offsets." v2: added forgotten

[Piglit] [PATCH v2 10/10] arb_enhanced_layouts: add xfb_offset overlap test

2019-02-06 Thread Andres Gomez
From the GL_ARB_enhanced_layouts spec: " No aliasing in output buffers is allowed: It is a compile-time or link-time error to specify variables with overlapping transform feedback offsets." v2: added forgotten check_link. Cc: Timothy Arceri Signed-off-by: Andres Gomez ---