[Piglit] [PATCH 6/7] ARB_texture_view: Test for rendering various levels and layers in texture view

2013-10-24 Thread Jon Ashburn
Tests GL_ARB_texture_view rendering with various layers and levels. Creates texture maps with different solid colors for each level or layer, reads the framebuffer to ensure the rendered color is correct. Tested on Nvidia Quadro 600, all subtests pass. --- tests/all.tests

Re: [Piglit] [PATCH 6/7] ARB_texture_view: Test for rendering various levels and layers in texture view

2013-10-24 Thread Brian Paul
Another quick review. Minor things below. On 10/24/2013 03:49 PM, Jon Ashburn wrote: Tests GL_ARB_texture_view rendering with various layers and levels. Creates texture maps with different solid colors for each level or layer, reads the framebuffer to ensure the rendered color is correct.