diff options
author | Christian König <[email protected]> | 2010-12-12 22:55:23 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-12-12 22:55:23 +0100 |
commit | be4de05c1093db27b3fca12b782055ab8a1eba13 (patch) | |
tree | 462e67caec28e67403babcdf944c4271dd220846 /src/gallium/auxiliary/vl/vl_idct.h | |
parent | ebab090ed93270b40475151e60dbc7f2b72f1a61 (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.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 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; |