[Piglit] [PATCH] Test that cubemaps with non-matching faces are incomplete

2016-01-21 Thread Neil Roberts
This creates a cubemap where one of the faces either has a different size or a different format from the other faces and then checks that it is incomplete by rendering with it and veryifying that the sampler returns solid black. The format test currently fails on Mesa. --- tests/all.py

Re: [Piglit] [PATCH] Test that cubemaps with non-matching faces are incomplete

2016-01-21 Thread Ian Romanick
On 01/21/2016 10:44 AM, Neil Roberts wrote: > This creates a cubemap where one of the faces either has a different > size or a different format from the other faces and then checks that > it is incomplete by rendering with it and veryifying that the sampler