From b7164ac4ad55e5d0fc474df8ae762b469b91ba30 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Mon, 2 Mar 2009 04:08:09 -0500 Subject: R6xx/R7xx EXA: combine composite mask/non-mask VS Also fix set_bool_const() the CF bool consts are not contiguous by shader type There are 96 boolean constants (32 each for PS, VS, GS) and they are ordered as follows: ps, vs, gs ... ps, vs, gs --- src/radeon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/radeon.h') diff --git a/src/radeon.h b/src/radeon.h index 6fcc36ae..355a9494 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -623,7 +623,6 @@ struct radeon_accel_state { uint32_t copy_ps_offset; uint32_t comp_vs_offset; uint32_t comp_ps_offset; - uint32_t comp_mask_vs_offset; uint32_t comp_mask_ps_offset; uint32_t xv_vs_offset; uint32_t xv_ps_offset; -- cgit v1.2.3