iris: Map FXT1 texture formats
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 27 Nov 2019 10:44:37 +0000 (02:44 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Dec 2019 06:55:56 +0000 (22:55 -0800)
commit1d416ffd095e3e22add0a3665fc8810d310f7077
tree5ab6f2ec67656f0505f93c14ffb67421bf4fb093
parent1bdd342b60cf4426bfa29030032f23f1e4c80fb6
iris: Map FXT1 texture formats

This exposes GL_TDFX_texture_compression_FXT1 support.  It's ancient,
only Intel GPUs appear to support it, and I seriously doubt anybody
uses it.  But i965 supports it, and it's trivial to do, so we may as
well support it in the new iris driver as well.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/gallium/drivers/iris/iris_formats.c