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
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 +
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