aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_defines.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-01-25 13:58:57 +0100
committerChristian König <[email protected]>2012-02-06 10:35:59 +0100
commit900168284615e61e13b6511c655b29e9ddb025b3 (patch)
tree75236b0a64f72232853381e230a510022b4511e5 /src/gallium/auxiliary/vl/vl_defines.h
parent8abbdb8865890e1a39ebbbfae38422014f80072a (diff)
vl: add VL_MAX_SURFACES define
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_defines.h b/src/gallium/auxiliary/vl/vl_defines.h
index ffbc653e4fc..6f20706c647 100644
--- a/src/gallium/auxiliary/vl/vl_defines.h
+++ b/src/gallium/auxiliary/vl/vl_defines.h
@@ -36,6 +36,7 @@
#define VL_BLOCK_HEIGHT 8
#define VL_NUM_COMPONENTS 3
+#define VL_MAX_SURFACES (VL_NUM_COMPONENTS * 2)
#define VL_MAX_REF_FRAMES 2
#endif