From 3511780a43077d1359bd491eadb4ab9b3b86795a Mon Sep 17 00:00:00 2001 From: Christian König Date: Tue, 19 Apr 2011 21:06:59 +0200 Subject: [g3dvl] revert commit 310eea52ca1e997295c84163066cc5d0fd4f8cf6 Using a seperate vertex buffer for mc and ycbcr handling is still better. --- src/gallium/auxiliary/vl/vl_idct.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/auxiliary/vl/vl_idct.h') diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index 7f00e3e28b4..96933b9d889 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -39,7 +39,6 @@ struct vl_idct unsigned buffer_width; unsigned buffer_height; - unsigned blocks_x, blocks_y; unsigned nr_of_render_targets; void *rs_state; @@ -77,7 +76,6 @@ struct pipe_sampler_view *vl_idct_upload_matrix(struct pipe_context *pipe, float /* init an idct instance */ bool vl_idct_init(struct vl_idct *idct, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, - unsigned blocks_x, unsigned blocks_y, unsigned nr_of_render_targets, struct pipe_sampler_view *matrix, struct pipe_sampler_view *transpose); -- cgit v1.2.3