diff options
author | Christian König <[email protected]> | 2012-01-25 13:34:07 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2012-02-06 10:35:59 +0100 |
commit | 8abbdb8865890e1a39ebbbfae38422014f80072a (patch) | |
tree | 7312660115f73fa983a09fc6eab85e464b06a825 /src/gallium/auxiliary/vl/vl_mc.h | |
parent | 70a7695b4d1bd3f609eb9f98dd6872f1a5b89762 (diff) |
vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mc.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_mc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |