Re: [Mesa-dev] [PATCH 3/4] st/mesa: add ARB_texture_stencil8 enable

2015-04-05 Thread Ilia Mirkin
On Sun, Apr 5, 2015 at 8:52 AM, Ilia Mirkin wrote: > On Sun, Apr 5, 2015 at 2:48 AM, Dave Airlie wrote: >> if we support stencil texturing, enable texture_stencil8 >> there is no requirement to support native S8 for this, >> the texture can be converted to x24s8 fine. >> >> Signed-off-by: Dave Ai

Re: [Mesa-dev] [PATCH 3/4] st/mesa: add ARB_texture_stencil8 enable

2015-04-05 Thread Ilia Mirkin
On Sun, Apr 5, 2015 at 2:48 AM, Dave Airlie wrote: > if we support stencil texturing, enable texture_stencil8 > there is no requirement to support native S8 for this, > the texture can be converted to x24s8 fine. > > Signed-off-by: Dave Airlie > --- > src/mesa/state_tracker/st_extensions.c | 8 +

[Mesa-dev] [PATCH 3/4] st/mesa: add ARB_texture_stencil8 enable

2015-04-04 Thread Dave Airlie
if we support stencil texturing, enable texture_stencil8 there is no requirement to support native S8 for this, the texture can be converted to x24s8 fine. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_extensions.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --g