Re: [Mesa-dev] [PATCH 3/4] st/mesa: add ARB_texture_stencil8 support (v2)

2015-04-06 Thread Marek Olšák
Putting S8 last in the list is like not putting it there at all. Marek On Mon, Apr 6, 2015 at 5:07 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. > > v2: fold

[Mesa-dev] [PATCH 3/4] st/mesa: add ARB_texture_stencil8 support (v2)

2015-04-05 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. v2: fold fixes from Marek in: a) put S8 last in the list b) fix renderable to always test for d/s renderable fixup the texture case