[Piglit] [PATCH 2/2] arb_texture_view: Add rendering test for layout consistency

Chris Forbes chrisf at ijw.co.nz
Tue Mar 25 15:55:51 PDT 2014


On Wed, Mar 26, 2014 at 10:27 AM, Jon Ashburn <jon at lunarg.com> wrote:
>> +void
>> +piglit_init(int argc, char **argv)
>> +{
>> +       piglit_require_extension("GL_ARB_texture_view");
>
> also require texture_storage.

I disagree, actually -- an implementation that exposes
ARB_texture_view without 4.2/ARB_texture_storage is broken, and so
we'd want to fail.

-- Chris


More information about the Piglit mailing list