summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_vertex_buffers.h
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-08-24 22:10:42 +0200
committerChristian König <deathsimple@vodafone.de>2011-08-26 12:10:35 +0200
commit31096e13f858daf896c0c53077fb25e92da089a6 (patch)
treecadced18edb47fef822fe86382cf91cbe4286908 /src/gallium/auxiliary/vl/vl_vertex_buffers.h
parent2e62b30826679e9d5e1a783dc19baabec4fc8dfa (diff)
downloadexternal_mesa3d-31096e13f858daf896c0c53077fb25e92da089a6.zip
external_mesa3d-31096e13f858daf896c0c53077fb25e92da089a6.tar.gz
external_mesa3d-31096e13f858daf896c0c53077fb25e92da089a6.tar.bz2
g3dvl: Use a single texture for luma and chroma data
Signed-off-by: Christian König <deathsimple@vodafone.de> Reviewed-by: Younes Manton <younes.m@gmail.com>
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_vertex_buffers.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_vertex_buffers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_vertex_buffers.h b/src/gallium/auxiliary/vl/vl_vertex_buffers.h
index 38db899..874ecce 100644
--- a/src/gallium/auxiliary/vl/vl_vertex_buffers.h
+++ b/src/gallium/auxiliary/vl/vl_vertex_buffers.h
@@ -85,6 +85,7 @@ struct vl_ycbcr_block
uint8_t x, y;
uint8_t intra;
uint8_t coding;
+ float block_num;
};
struct vl_vertex_buffer
@@ -108,8 +109,6 @@ struct pipe_vertex_buffer vl_vb_upload_quads(struct pipe_context *pipe);
struct pipe_vertex_buffer vl_vb_upload_pos(struct pipe_context *pipe, unsigned width, unsigned height);
-struct pipe_vertex_buffer vl_vb_upload_block_num(struct pipe_context *pipe, unsigned num_blocks);
-
void *vl_vb_get_ves_ycbcr(struct pipe_context *pipe);
void *vl_vb_get_ves_mv(struct pipe_context *pipe);