mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
llvmpipe: disable texture cache
There are some weird problems with 8-wide vectors.
This commit is contained in:
parent
ba093a099a
commit
5ae37ae615
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue