diff options
author | Christian König <[email protected]> | 2011-04-02 22:36:26 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-02 22:36:26 +0200 |
commit | 59774e5c7a2756c5c430fc74bc80ea75d54f594d (patch) | |
tree | db9da21a63682d2ab3b924d79b5b5977bae3506d /src/gallium/auxiliary/vl/vl_idct.h | |
parent | e6049aa0a990a630ed36a6d83e7526cc5e09bb19 (diff) |
[g3dvl] remove unused color_swizzle from idct code
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index e0d441265ff..2d6778d7ec4 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -80,7 +80,7 @@ struct pipe_sampler_view *vl_idct_upload_matrix(struct pipe_context *pipe); bool vl_idct_init(struct vl_idct *idct, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned blocks_x, unsigned blocks_y, - int color_swizzle, struct pipe_sampler_view *matrix); + struct pipe_sampler_view *matrix); /* destroy an idct instance */ void vl_idct_cleanup(struct vl_idct *idct); |