llvmpipe: disable texture cache

There are some weird problems with 8-wide vectors.
This commit is contained in:
Roland Scheidegger 2015-11-05 18:00:40 +01:00
parent ba093a099a
commit 5ae37ae615

View file

@ -37,7 +37,7 @@ struct lp_sampler_static_state;
/**
* Whether texture cache is used for s3tc textures.
*/
#define LP_USE_TEXTURE_CACHE 1
#define LP_USE_TEXTURE_CACHE 0
/**
* Pure-LLVM texture sampling code generator.