Re: [Piglit] [PATCH 1/6] Ported blend func test from Glean to Piglit.

2014-10-14 Thread Laura Ekstrand
These nits have been incorporated into my local branch ( http://cgit.freedesktop.org/~ldeks/piglit/?h=gl-1.0-glean). Thanks for the help. Laura On Mon, Oct 13, 2014 at 7:58 PM, Dylan Baker baker.dyla...@gmail.com wrote: On Monday, October 13, 2014 02:21:34 PM Laura Ekstrand wrote: ---

[Piglit] [PATCH 1/6] Ported blend func test from Glean to Piglit.

2014-10-13 Thread Laura Ekstrand
--- tests/spec/gl-1.0/CMakeLists.gl.txt | 1 + tests/spec/gl-1.0/blend.c | 786 2 files changed, 787 insertions(+) create mode 100644 tests/spec/gl-1.0/blend.c diff --git a/tests/spec/gl-1.0/CMakeLists.gl.txt

Re: [Piglit] [PATCH 1/6] Ported blend func test from Glean to Piglit.

2014-10-13 Thread Brian Paul
I just did a quick scan and found some minor nits below... On 10/13/2014 03:21 PM, Laura Ekstrand wrote: --- tests/spec/gl-1.0/CMakeLists.gl.txt | 1 + tests/spec/gl-1.0/blend.c | 786 2 files changed, 787 insertions(+) create mode 100644

Re: [Piglit] [PATCH 1/6] Ported blend func test from Glean to Piglit.

2014-10-13 Thread Dylan Baker
On Monday, October 13, 2014 02:21:34 PM Laura Ekstrand wrote: --- tests/spec/gl-1.0/CMakeLists.gl.txt | 1 + tests/spec/gl-1.0/blend.c | 786 2 files changed, 787 insertions(+) create mode 100644 tests/spec/gl-1.0/blend.c diff --git