From 12836fbcfad7f317b1f5aa5e46f9946894bf040c Mon Sep 17 00:00:00 2001 From: Christian König Date: Sat, 27 Nov 2010 14:01:01 +0100 Subject: [g3dvl] idividual vs for each stage and a bunch of bugsfixes --- src/gallium/auxiliary/vl/vl_idct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/auxiliary/vl/vl_idct.h') 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 { -- cgit v1.2.3