Re: [Piglit] [PATCH 2/3] gl-2.1: Ported pbo test from Glean to Piglit.

2015-01-08 Thread Vinson Lee
On Tue, Nov 25, 2014 at 11:19 AM, Laura Ekstrand la...@jlekstrand.net wrote: --- tests/all.py|1 + tests/spec/gl-2.1/CMakeLists.gl.txt |1 + tests/spec/gl-2.1/pbo.c | 1056 +++ 3 files changed, 1058 insertions(+)

[Piglit] [PATCH 2/3] gl-2.1: Ported pbo test from Glean to Piglit.

2014-11-25 Thread Laura Ekstrand
--- tests/all.py|1 + tests/spec/gl-2.1/CMakeLists.gl.txt |1 + tests/spec/gl-2.1/pbo.c | 1056 +++ 3 files changed, 1058 insertions(+) create mode 100644 tests/spec/gl-2.1/pbo.c diff --git a/tests/all.py b/tests/all.py