diff options
author | Christian König <[email protected]> | 2011-03-09 23:40:08 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-03-09 23:40:08 +0100 |
commit | 0f07da0a1c87e1c7b53700c33d6b1f8f03c1fe11 (patch) | |
tree | 1be795fdab4d292c7015d3456d7d9aea714af99d /src/gallium/auxiliary/vl/vl_idct.h | |
parent | 37a548c9d1db6bbf8712277f678d850f34d0e445 (diff) |
[g3dvl] move idct out of mc code
iDCT and MC now look good, but sp_video_context is a total mess
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index 0ff12cf466d..264ad2bd226 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -97,8 +97,7 @@ bool vl_idct_init(struct vl_idct *idct, struct pipe_context *pipe, void vl_idct_cleanup(struct vl_idct *idct); -bool vl_idct_init_buffer(struct vl_idct *idct, struct vl_idct_buffer *buffer, - struct pipe_resource *dst); +struct pipe_resource *vl_idct_init_buffer(struct vl_idct *idct, struct vl_idct_buffer *buffer); void vl_idct_cleanup_buffer(struct vl_idct *idct, struct vl_idct_buffer *buffer); |