[Mesa-dev] [PATCH v2] i965: Fix stencil texturing in ES 3.1.

2016-03-19 Thread Kenneth Graunke
Stencil texturing is required by ES 3.1. Apparently we never actually turned it on, and we missed some necessary code. Fixes nine dEQP-GLES31.functional tests: stencil_texturing.format.stencil_index8_2d texture.border_clamp.formats.stencil_index8.nearest_size_pot texture.border_clamp.formats.ste

Re: [Mesa-dev] [PATCH v2] i965: Fix stencil texturing in ES 3.1.

2016-03-19 Thread Jason Ekstrand
On Wed, Mar 16, 2016 at 10:01 PM, Kenneth Graunke wrote: > Stencil texturing is required by ES 3.1. Apparently we never actually > turned it on, and we missed some necessary code. > > Fixes nine dEQP-GLES31.functional tests: > > stencil_texturing.format.stencil_index8_2d > texture.border_clamp.f