Module: Mesa
Branch: master
Commit: 5ae37ae6151623303300047d7465d199df8199a4
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ae37ae6151623303300047d7465d199df8199a4

Author: Roland Scheidegger <[email protected]>
Date:   Thu Nov  5 18:00:40 2015 +0100

llvmpipe: disable texture cache

There are some weird problems with 8-wide vectors.

---

 src/gallium/drivers/llvmpipe/lp_tex_sample.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_tex_sample.h 
b/src/gallium/drivers/llvmpipe/lp_tex_sample.h
index 939131e..e26d608 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.

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to