swr: [rasterizer core] Disable 8x2 tile backend
authorTim Rowley <timothy.o.rowley@intel.com>
Fri, 7 Apr 2017 21:51:42 +0000 (16:51 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Tue, 11 Apr 2017 23:01:03 +0000 (18:01 -0500)
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/knobs.h

index e347558..7928f5d 100644 (file)
@@ -39,7 +39,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #define ENABLE_AVX512_SIMD16    1
-#define USE_8x2_TILE_BACKEND    1
+#define USE_8x2_TILE_BACKEND    0
 #define USE_SIMD16_FRONTEND     0
 
 ///////////////////////////////////////////////////////////////////////////////