diff options
author | Roland Scheidegger <[email protected]> | 2015-11-05 18:00:40 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2015-11-05 18:00:42 +0100 |
commit | 5ae37ae6151623303300047d7465d199df8199a4 (patch) | |
tree | 172bbb528e16f056fb54cafbe8f9f539e9fe1e24 /src/gallium/drivers/llvmpipe | |
parent | ba093a099af13a630c255b34dc5d315760248e5f (diff) |
llvmpipe: disable texture cache
There are some weird problems with 8-wide vectors.
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_tex_sample.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_tex_sample.h b/src/gallium/drivers/llvmpipe/lp_tex_sample.h index 939131e7975..e26d608c9eb 100644 --- a/src/gallium/drivers/llvmpipe/lp_tex_sample.h +++ b/src/gallium/drivers/llvmpipe/lp_tex_sample.h @@ -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. |