Re: [Piglit] [PATCH] ARB_texture_view: Add multisample texture target testing

2013-11-11 Thread Brian Paul
On 11/08/2013 01:40 PM, Jon Ashburn wrote: The targets test is extended to include testing of GL_TEXTURE_2D_MULTISAMPLE and GL_TEXTURE_2D_MULTISAMPLE_ARRAY. This will test making valid and invalid texture views of these two multisample targets and ensuring the correct GL error is set. ---

[Piglit] [PATCH] ARB_texture_view: Add multisample texture target testing

2013-11-08 Thread Jon Ashburn
The targets test is extended to include testing of GL_TEXTURE_2D_MULTISAMPLE and GL_TEXTURE_2D_MULTISAMPLE_ARRAY. This will test making valid and invalid texture views of these two multisample targets and ensuring the correct GL error is set. --- tests/spec/arb_texture_view/targets.c | 28