aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_idct.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2010-12-12 22:55:23 +0100
committerChristian König <[email protected]>2010-12-12 22:55:23 +0100
commitbe4de05c1093db27b3fca12b782055ab8a1eba13 (patch)
tree462e67caec28e67403babcdf944c4271dd220846 /src/gallium/auxiliary/vl/vl_idct.h
parentebab090ed93270b40475151e60dbc7f2b72f1a61 (diff)
[g3dvl] move idct texture addr generation into vertex shader
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_idct.h2
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 6076bdec46c..fcba75a7607 100644
--- a/src/gallium/auxiliary/vl/vl_idct.h
+++ b/src/gallium/auxiliary/vl/vl_idct.h
@@ -53,7 +53,7 @@ struct vl_idct
} individual;
} samplers;
- void *vs;
+ void *matrix_vs, *transpose_vs;
void *matrix_fs, *transpose_fs;
struct pipe_resource *matrix;