summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_idct.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-04-10 19:08:11 +0200
committerChristian König <[email protected]>2011-04-10 19:08:11 +0200
commitfcf765620d803b376582afb618b1f643242b641b (patch)
tree930a7dd2416352e15b7d31dd26316400b8035130 /src/gallium/auxiliary/vl/vl_idct.h
parent31109e1be20d7c94521879c3221a9f77bacbdb8d (diff)
[g3dvl] make number of idct render targets configurable
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_idct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h
index 4ad798a855b..e695e32efe3 100644
--- a/src/gallium/auxiliary/vl/vl_idct.h
+++ b/src/gallium/auxiliary/vl/vl_idct.h
@@ -40,6 +40,7 @@ struct vl_idct
unsigned buffer_width;
unsigned buffer_height;
unsigned blocks_x, blocks_y;
+ unsigned nr_of_render_targets;
void *rs_state;
@@ -75,6 +76,7 @@ struct pipe_sampler_view *vl_idct_upload_matrix(struct pipe_context *pipe, float
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);
/* destroy an idct instance */