softpipe/llvmpipe: don't advertize support for ASTC
authorRoland Scheidegger <sroland@vmware.com>
Tue, 24 Nov 2015 17:25:06 +0000 (18:25 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 24 Nov 2015 17:26:11 +0000 (18:26 +0100)
commit6c6a439e9868469654021a9d102040aa4c0c71ee
tree0d11b2d596dc8148d825b0f3dc1e21953cacbcdc
parent97eed8dcb9e66b3ebeca55bfc429d200556583de
softpipe/llvmpipe: don't advertize support for ASTC

33339775565154040e0c4ea2e196217dccc08cdf added support for ASTC textures to
gallium. They don't have any helpers hooked up for software decoding, however,
so cannot support them in drivers relying on util code for decoding.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/llvmpipe/lp_screen.c
src/gallium/drivers/softpipe/sp_screen.c