From 8abbdb8865890e1a39ebbbfae38422014f80072a Mon Sep 17 00:00:00 2001 From: Christian König Date: Wed, 25 Jan 2012 13:34:07 +0100 Subject: vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- src/gallium/auxiliary/vl/vl_mc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/vl/vl_mc.h') diff --git a/src/gallium/auxiliary/vl/vl_mc.h b/src/gallium/auxiliary/vl/vl_mc.h index 2c3b237eae2..b5066599a02 100644 --- a/src/gallium/auxiliary/vl/vl_mc.h +++ b/src/gallium/auxiliary/vl/vl_mc.h @@ -36,7 +36,7 @@ #include "vl_defines.h" #include "vl_types.h" -#define VL_MC_NUM_BLENDERS (1 << VL_MAX_PLANES) +#define VL_MC_NUM_BLENDERS (1 << VL_NUM_COMPONENTS) struct pipe_context; -- cgit v1.2.3