[Piglit] [PATCH] ARB_texture_view: Add query tests for gl state effected by this extension

Jon Ashburn jon at lunarg.com
Wed Oct 16 21:28:31 CEST 2013


The texture-immutable-levels.c  tests these state  variables after 
glTexStorage  calls and with a texture object bound to same.
The test I added queries these state variables after glTextureView and  
with texture object bound to the view rather than the storage texture.
So that is why I added them since it is a different test case.
Jon
On 10/15/2013 05:33 PM, Matt Turner wrote:
> On Mon, Oct 14, 2013 at 3:53 PM, Jon Ashburn <jon at lunarg.com> wrote:
>> Tests the queryable state from ARB_texture_view extension is correct.
>> Includes GL_TEXTURE_IMMUTABLE_LEVELS,GL_TEXTURE_VIEW_MIN_LEVEL,
>>   GL_TEXTURE_VIEW_NUM_LEVELS, GL_TEXTURE_IMMUTABLE_FORMAT.
> texture-immutable-levels.c already tests GL_TEXTURE_IMMUTABLE_LEVELS
> and GL_TEXTURE_VIEW_NUM_LEVELS.



More information about the Piglit mailing list