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 <[email protected]> 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.

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to