llvmpipe: Move the determination of the number of threads to the screen.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_limits.h
index 9ab1b4b36e31ea62fd99789b8d85e9559d68b6d2..c7c5a1eca870adb5fcce90d9f04163e798a612de 100644 (file)
@@ -58,4 +58,7 @@
 #define LP_MAX_WIDTH  (1 << (LP_MAX_TEXTURE_LEVELS - 1))
 
 
+#define LP_MAX_THREADS 8
+
+
 #endif /* LP_LIMITS_H */