summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_idct.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2010-12-05 22:30:38 +0100
committerChristian König <[email protected]>2010-12-05 22:30:38 +0100
commit6484898752d733a2442b433fbb78325f9021c698 (patch)
tree6c7a71d2179efc15595fcce09e40165973533d0c /src/gallium/auxiliary/vl/vl_idct.h
parent57018734023b41ef84f5be560c12dce6ae5f1c58 (diff)
[g3dvl] move mapping/unmapping of buffers one layer up
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_idct.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h
index ccaaf2653de..96e3d267046 100644
--- a/src/gallium/auxiliary/vl/vl_idct.h
+++ b/src/gallium/auxiliary/vl/vl_idct.h
@@ -97,8 +97,12 @@ bool vl_idct_init(struct vl_idct *idct, struct pipe_context *pipe, struct pipe_r
void vl_idct_cleanup(struct vl_idct *idct);
+void vl_idct_map_buffers(struct vl_idct *idct);
+
void vl_idct_add_block(struct vl_idct *idct, unsigned x, unsigned y, short *block);
+void vl_idct_unmap_buffers(struct vl_idct *idct);
+
void vl_idct_flush(struct vl_idct *idct);
#endif