llvmpipe: disable texture cache
authorRoland Scheidegger <sroland@vmware.com>
Thu, 5 Nov 2015 17:00:40 +0000 (18:00 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 5 Nov 2015 17:00:42 +0000 (18:00 +0100)
There are some weird problems with 8-wide vectors.

src/gallium/drivers/llvmpipe/lp_tex_sample.h

index 939131e..e26d608 100644 (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.