Re: [Mesa-dev] [PATCH 3/3] mesa/st: implement ARB_stencil_texturing

2014-05-04 Thread Ilia Mirkin
On Sun, May 4, 2014 at 11:59 AM, Roland Scheidegger wrote: > Am 03.05.2014 11:25, schrieb Ilia Mirkin: >> If StencilSampling is enabled on the texture object, pass in an >> equivalent stencil-only format. >> >> Signed-off-by: Ilia Mirkin >> --- >> >> This replaces my earlier series, based on a su

Re: [Mesa-dev] [PATCH 3/3] mesa/st: implement ARB_stencil_texturing

2014-05-04 Thread Roland Scheidegger
Am 03.05.2014 11:25, schrieb Ilia Mirkin: > If StencilSampling is enabled on the texture object, pass in an > equivalent stencil-only format. > > Signed-off-by: Ilia Mirkin > --- > > This replaces my earlier series, based on a suggestion from Michel Dänzer on > IRC. Much simpler, and enables it

Re: [Mesa-dev] [PATCH 3/3] mesa/st: implement ARB_stencil_texturing

2014-05-04 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, May 3, 2014 at 11:25 AM, Ilia Mirkin wrote: > If StencilSampling is enabled on the texture object, pass in an > equivalent stencil-only format. > > Signed-off-by: Ilia Mirkin > --- > > This replaces my earlier series, based on a suggestion from Michel Dän

[Mesa-dev] [PATCH 3/3] mesa/st: implement ARB_stencil_texturing

2014-05-03 Thread Ilia Mirkin
If StencilSampling is enabled on the texture object, pass in an equivalent stencil-only format. Signed-off-by: Ilia Mirkin --- This replaces my earlier series, based on a suggestion from Michel Dänzer on IRC. Much simpler, and enables it for pretty much all gallium drivers. src/mesa/state_trac