summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-04-07 19:24:22 +0200
committerChristian König <deathsimple@vodafone.de>2011-04-07 19:24:22 +0200
commit9d2e630cd02362bfa8f090640a55cf2dea9d64b3 (patch)
tree52ef3c1604d6500d7eec7517a76625da08544a9a /src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
parent2c21d28e8315ff65cb6f47fda46cbd65d67fb4e7 (diff)
downloadexternal_mesa3d-9d2e630cd02362bfa8f090640a55cf2dea9d64b3.zip
external_mesa3d-9d2e630cd02362bfa8f090640a55cf2dea9d64b3.tar.gz
external_mesa3d-9d2e630cd02362bfa8f090640a55cf2dea9d64b3.tar.bz2
[g3dvl] move mapping/unmapping and uploading of blocks out of idct code
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mpeg12_decoder.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_mpeg12_decoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h b/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
index f7dc2d5..69d649b 100644
--- a/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
+++ b/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
@@ -76,6 +76,9 @@ struct vl_mpeg12_buffer
struct vl_idct_buffer idct[VL_MAX_PLANES];
struct vl_mpeg12_mc_buffer mc[VL_MAX_PLANES];
+
+ struct pipe_transfer *tex_transfer[VL_MAX_PLANES];
+ short *texels[VL_MAX_PLANES];
};
/* drivers can call this function in their pipe_video_context constructors and pass it