[g3dvl] revert commit 310eea52ca1e997295c84163066cc5d0fd4f8cf6
[mesa.git] / src / gallium / auxiliary / vl / vl_idct.h
index 7f00e3e28b4007d8c0893b298092ea31b9dc82ee..96933b9d889a9ce100b2b66030a27d2187580ac9 100644 (file)
@@ -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);