[Mesa-dev] [PATCH v2] mesa: allow multisampled format info to be returned on GLES 3.1

2016-02-17 Thread Ilia Mirkin
The restriction on multisampled integer texture formats only applies to GLES 3.0, so don't apply it to GLES 3.1 contexts. This fixes a slew of dEQP-GLES31.functional.state_query.internal_format.* tests, which now all pass. Signed-off-by: Ilia Mirkin Cc: Timothy Arceri Cc: Marta Lofstedt ---

Re: [Mesa-dev] [PATCH v2] mesa: allow multisampled format info to be returned on GLES 3.1

2016-02-17 Thread Timothy Arceri
On Wed, 2016-02-17 at 14:51 -0500, Ilia Mirkin wrote: > The restriction on multisampled integer texture formats only applies > to > GLES 3.0, so don't apply it to GLES 3.1 contexts. This fixes a slew > of > > dEQP-GLES31.functional.state_query.internal_format.* > > tests, which now all pass. > >