Re: [Piglit] [PATCH 1/2] Add tests for ARB_transform_feedback3

2012-07-05 Thread Brian Paul
This is a pretty big patch and I didn't study every line, but it looks OK overall. Just minor comments below. For both: Reviewed-by: Brian Paul On Thu, Jul 5, 2012 at 4:40 AM, Marek Olšák wrote: > --- > tests/all.tests | 11 + > tests/spec/ext_transform_feed

[Piglit] [PATCH 1/2] Add tests for ARB_transform_feedback3

2012-07-05 Thread Marek Olšák
--- tests/all.tests | 11 + tests/spec/ext_transform_feedback/output-type.c | 624 --- 2 files changed, 445 insertions(+), 190 deletions(-) diff --git a/tests/all.tests b/tests/all.tests index 07eba93..22cb896 100644 --- a/tests/all.tests +++