aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_defines.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-01-25 13:34:07 +0100
committerChristian König <[email protected]>2012-02-06 10:35:59 +0100
commit8abbdb8865890e1a39ebbbfae38422014f80072a (patch)
tree7312660115f73fa983a09fc6eab85e464b06a825 /src/gallium/auxiliary/vl/vl_defines.h
parent70a7695b4d1bd3f609eb9f98dd6872f1a5b89762 (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_defines.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_defines.h b/src/gallium/auxiliary/vl/vl_defines.h
index c53d15c2680..ffbc653e4fc 100644
--- a/src/gallium/auxiliary/vl/vl_defines.h
+++ b/src/gallium/auxiliary/vl/vl_defines.h
@@ -35,7 +35,7 @@
#define VL_BLOCK_WIDTH 8
#define VL_BLOCK_HEIGHT 8
-#define VL_MAX_PLANES 3
+#define VL_NUM_COMPONENTS 3
#define VL_MAX_REF_FRAMES 2
#endif