Re: [Piglit] [PATCH 6/7] nv_fog_distance: Simple rendering test

2018-05-03 Thread Ian Romanick
On 05/02/2018 11:02 AM, Eric Anholt wrote: > Ian Romanick writes: >> diff --git a/tests/spec/nv_fog_distance/simple-draw.c >> b/tests/spec/nv_fog_distance/simple-draw.c >> new file mode 100644 >> index 0..e7be6bf5e >> --- /dev/null >> +++ b/tests/spec/nv_fog_distance/simple-draw.c >> @@ -

Re: [Piglit] [PATCH 6/7] nv_fog_distance: Simple rendering test

2018-05-02 Thread Eric Anholt
Ian Romanick writes: > diff --git a/tests/spec/nv_fog_distance/simple-draw.c > b/tests/spec/nv_fog_distance/simple-draw.c > new file mode 100644 > index 0..e7be6bf5e > --- /dev/null > +++ b/tests/spec/nv_fog_distance/simple-draw.c > @@ -0,0 +1,245 @@ > +/* Copyright © 2017 Intel Corporati

[Piglit] [PATCH 6/7] nv_fog_distance: Simple rendering test

2018-04-26 Thread Ian Romanick
From: Ian Romanick A heavily modified version of this test passes on a Geforce3 (NV20) running NVIDIA's 71.86.15 drivers. These are the last drivers that support NV10 through NV2x, and they are shipped in 2011. Signed-off-by: Ian Romanick --- tests/all.py | 3