Re: [Piglit] [PATCH v2] ARB_vertex_attrib_64bit: add doubles support to attributes test

2018-06-25 Thread Alejandro Piñeiro
LGTM. Just a nitpick below. But in any case: Reviewed-by: Alejandro Piñeiro On 25/06/18 10:45, Timothy Arceri wrote: > --- > > V2: Add missing opengl.py entry. > > tests/general/attribs.c | 68 +++-- > tests/opengl.py | 3 +- > 2 files changed, 67

[Piglit] [PATCH v2] ARB_vertex_attrib_64bit: add doubles support to attributes test

2018-06-25 Thread Timothy Arceri
--- V2: Add missing opengl.py entry. tests/general/attribs.c | 68 +++-- tests/opengl.py | 3 +- 2 files changed, 67 insertions(+), 4 deletions(-) diff --git a/tests/general/attribs.c b/tests/general/attribs.c index 05a0d4a1e..bf627dece 100644 ---