summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_vertex_buffers.h
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2012-01-25 13:34:07 +0100
committerChristian König <deathsimple@vodafone.de>2012-02-06 10:35:59 +0100
commit8abbdb8865890e1a39ebbbfae38422014f80072a (patch)
tree7312660115f73fa983a09fc6eab85e464b06a825 /src/gallium/auxiliary/vl/vl_vertex_buffers.h
parent70a7695b4d1bd3f609eb9f98dd6872f1a5b89762 (diff)
downloadexternal_mesa3d-8abbdb8865890e1a39ebbbfae38422014f80072a.zip
external_mesa3d-8abbdb8865890e1a39ebbbfae38422014f80072a.tar.gz
external_mesa3d-8abbdb8865890e1a39ebbbfae38422014f80072a.tar.bz2
vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS
Signed-off-by: Christian König <deathsimple@vodafone.de>
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_vertex_buffers.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_vertex_buffers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_vertex_buffers.h b/src/gallium/auxiliary/vl/vl_vertex_buffers.h
index 0a86599..e66730c 100644
--- a/src/gallium/auxiliary/vl/vl_vertex_buffers.h
+++ b/src/gallium/auxiliary/vl/vl_vertex_buffers.h
@@ -96,7 +96,7 @@ struct vl_vertex_buffer
struct pipe_resource *resource;
struct pipe_transfer *transfer;
struct vl_ycbcr_block *vertex_stream;
- } ycbcr[VL_MAX_PLANES];
+ } ycbcr[VL_NUM_COMPONENTS];
struct {
struct pipe_resource *resource;