From e6ebebc4853c98aa387b2c39a886a0c1173e93fb Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 7 Aug 2009 01:20:01 +0100 Subject: llvmpipe: Factor out shared test code into a separate module. --- src/gallium/drivers/llvmpipe/lp_bld_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/llvmpipe/lp_bld_type.h') diff --git a/src/gallium/drivers/llvmpipe/lp_bld_type.h b/src/gallium/drivers/llvmpipe/lp_bld_type.h index 566a86ed06..37d6885049 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_type.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_type.h @@ -48,6 +48,8 @@ */ #define LP_MAX_VECTOR_LENGTH 16 +#define LP_MAX_TYPE_WIDTH 64 + /** * The LLVM type system can't conveniently express all the things we care about -- cgit v1.2.3