[Piglit] [PATCH] arb_texture_view: add tests for mipmap generation with nonzero view minlevel

2019-11-04 Thread Paul Gofman
Existing test values were also changed to provide nonzero expected result, otherwise it succeeds with glGenerateMipmap() doing nothing. Signed-off-by: Paul Gofman --- tests/spec/arb_texture_view/mipgen.c | 77 1 file changed, 66 insertions(+), 11 deletions(-) diff

[Piglit] [v2] arb_texture_view: add tests for mipmap generation with nonzero view minlevel

2019-11-04 Thread Paul Gofman
Existing test values were also changed to provide nonzero expected result, otherwise it succeeds with glGenerateMipmap() doing nothing. Signed-off-by: Paul Gofman --- v2: Also delete textures after the second test. tests/spec/arb_texture_view/mipgen.c | 80 1