Re: [Piglit] [PATCH 3/9] arb_texture_stencil8: add basic get teximage

2015-04-09 Thread Anuj Phogat
On Mon, Apr 6, 2015 at 8:39 PM, Dave Airlie wrote: > This just tests the get tex image path works okay for stencil8 textures. > > Signed-off-by: Dave Airlie > --- > tests/spec/arb_texture_stencil8/CMakeLists.gl.txt | 1 + > tests/spec/arb_texture_stencil8/getteximage.c | 98 > +

[Piglit] [PATCH 3/9] arb_texture_stencil8: add basic get teximage

2015-04-06 Thread Dave Airlie
This just tests the get tex image path works okay for stencil8 textures. Signed-off-by: Dave Airlie --- tests/spec/arb_texture_stencil8/CMakeLists.gl.txt | 1 + tests/spec/arb_texture_stencil8/getteximage.c | 98 +++ 2 files changed, 99 insertions(+) create mode 100644