Re: [Piglit] [PATCH 1/2] xts: Add a profile for just the rendering tests.

2015-07-08 Thread Dylan Baker
On Wed, Jul 08, 2015 at 02:38:50PM -0700, Eric Anholt wrote: > Many X developers work on rendering code, and don't really care about > the rest of xts. This is our equivalent of GL's quick.py. > --- > tests/xts-render.py | 32 > 1 file changed, 32 insertions(+) >

Re: [Piglit] [PATCH 1/2] xts: Add a profile for just the rendering tests.

2015-07-08 Thread Dave Airlie
On 9 July 2015 at 07:38, Eric Anholt wrote: > Many X developers work on rendering code, and don't really care about > the rest of xts. This is our equivalent of GL's quick.py. For the series, Reviewed-by: Dave Airlie > --- > tests/xts-render.py | 32 > 1 file

[Piglit] [PATCH 1/2] xts: Add a profile for just the rendering tests.

2015-07-08 Thread Eric Anholt
Many X developers work on rendering code, and don't really care about the rest of xts. This is our equivalent of GL's quick.py. --- tests/xts-render.py | 32 1 file changed, 32 insertions(+) create mode 100644 tests/xts-render.py diff --git a/tests/xts-render.py