Code: Select all
force_s3tc_enable=true
http://trac.wildfiregames.com/wiki/CompressedTextures
Moderator: Moderators
Code: Select all
force_s3tc_enable=true
The problem of using the setenv or the driconf is that you get an incomplete/broken S3TC extension, lacking compression support. Indeed it only supports decompression, which is not patented since it's managed directly inside graphic hardware and not mesa. It's disabled by default because applications which use S3TC compression would be broken, not because of patent problems.SpliFF wrote:yes, this has been discussed. from what I can tell that setting may actually be the outcome of the initial mesa-dev discussion and I believe our wiki and existing discussion threads include this information.
The setenv information is interesting but it might make distros like debian a little nervous since the whole point of the switch is to hand responsibility for any possible patent violation over to the end-user.