diff options
author | Christian König <[email protected]> | 2010-11-27 14:01:01 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-11-27 14:01:01 +0100 |
commit | 12836fbcfad7f317b1f5aa5e46f9946894bf040c (patch) | |
tree | 7bc09e531cef4b88d15fa5dac3af7f9478a672bb /src/gallium/auxiliary/vl/vl_idct.h | |
parent | 027704db75a61300e733b0f5a9efbb491189dce5 (diff) |
[g3dvl] idividual vs for each stage and a bunch of bugsfixes
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index 037bfe27070..5c242bd0602 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -63,8 +63,8 @@ struct vl_idct } individual; } sampler_views; - void *vs; - void *transpose_fs, *matrix_fs, *eb_fs; + void *matrix_vs, *transpose_vs, *eb_vs; + void *matrix_fs, *transpose_fs, *eb_fs; union { |