Re: [Mesa-dev] [PATCH] miptree: Skip attempts to make unsupported images

2016-06-27 Thread Anuj Phogat
On Mon, Jun 27, 2016 at 11:30 AM, Nanley Chery wrote: > This causes tests that attempt to create linear depth buffers on > Gen7+ (unsupported), to be skipped. > > Signed-off-by: Nanley Chery > --- > src/tests/func/miptree/miptree.c | 39 ++- > 1 file changed,

[Mesa-dev] [PATCH] miptree: Skip attempts to make unsupported images

2016-06-27 Thread Nanley Chery
This causes tests that attempt to create linear depth buffers on Gen7+ (unsupported), to be skipped. Signed-off-by: Nanley Chery --- src/tests/func/miptree/miptree.c | 39 ++- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/src/tests/func/miptre