summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-04-10 19:08:11 +0200
committerChristian König <deathsimple@vodafone.de>2011-04-10 19:08:11 +0200
commitfcf765620d803b376582afb618b1f643242b641b (patch)
tree930a7dd2416352e15b7d31dd26316400b8035130 /src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
parent31109e1be20d7c94521879c3221a9f77bacbdb8d (diff)
downloadexternal_mesa3d-fcf765620d803b376582afb618b1f643242b641b.zip
external_mesa3d-fcf765620d803b376582afb618b1f643242b641b.tar.gz
external_mesa3d-fcf765620d803b376582afb618b1f643242b641b.tar.bz2
[g3dvl] make number of idct render targets configurable
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mpeg12_decoder.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_mpeg12_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h b/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
index 9be8071..c2eb7dd 100644
--- a/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
+++ b/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
@@ -45,6 +45,7 @@ struct vl_mpeg12_decoder
struct pipe_context *pipe;
const unsigned (*empty_block_mask)[3][2][2];
+ unsigned nr_of_idct_render_targets;
struct pipe_vertex_buffer quads;
void *ves[VL_MAX_PLANES];