Re: [Piglit] [PATCH V3 4/8] arb_texture_multisample: new test for teximage state

2013-02-27 Thread Paul Berry
On 26 February 2013 02:18, Chris Forbes wrote: > This tests that the new teximage state added in ARB_texture_multisample > exists and has correct defaults for non-multisample textures: > > - GL_TEXTURE_SAMPLES = 0 > - GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = true > > V2: Don't specify window s

[Piglit] [PATCH V3 4/8] arb_texture_multisample: new test for teximage state

2013-02-26 Thread Chris Forbes
This tests that the new teximage state added in ARB_texture_multisample exists and has correct defaults for non-multisample textures: - GL_TEXTURE_SAMPLES = 0 - GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = true V2: Don't specify window size, we don't care. Signed-off-by: Chris Forbes --- tests/