commit | 6411444c364f67a4a597f8e025c9025440aa054a | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Thu Feb 11 15:30:35 2016 -0500 |
committer | Ilia Mirkin <imirkin@alum.mit.edu> | Sat Feb 13 23:41:28 2016 -0500 |
tree | 24eb71a84f4dd8dbfed82828cf00146894a0e556 | |
parent | 7410c609882f490e62b86a261df860a56379be96 [diff] |
mesa: default FixedSampleLocations to true when using a dummy image GL_ARB_texture_multisample and GLES 3.1 expect the initial value to be GL_TRUE. This fixes dEQP-GLES31.functional.state_query.texture_level.texture_2d_multisample_array.fixed_sample_locations_integer and a few related tests. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>