From 5a351e51291922aa295926215fdecccc0baeef51 Mon Sep 17 00:00:00 2001 From: Christian König Date: Sun, 27 Mar 2011 01:53:04 +0100 Subject: [g3dvl] no need for individual samplers for idct stage 1 & 2 --- src/gallium/auxiliary/vl/vl_idct.h | 10 +--------- 1 file changed, 1 insertion(+), 9 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 913034e7ab4..14f66f858eb 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -44,15 +44,7 @@ struct vl_idct void *rs_state; - union - { - void *all[4]; - void *stage[2][2]; - struct { - void *matrix, *source; - void *transpose, *intermediate; - } individual; - } samplers; + void *samplers[2]; void *matrix_vs, *transpose_vs; void *matrix_fs, *transpose_fs; -- cgit v1.2.3