i965: Emit SNB FF unit state after the unit's push constants.
authorEric Anholt <eric@anholt.net>
Wed, 24 Feb 2010 01:42:20 +0000 (17:42 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 25 Feb 2010 18:53:08 +0000 (10:53 -0800)
commit078e7b62f69658e40aedea59cf6f005162a29f83
tree79f068f88ab1fa68ab3cef652b49fdfdcf819526
parentc791f8a1e532834ae7a517c042e9efe262b62233
i965: Emit SNB FF unit state after the unit's push constants.

There's a BUN for the WM unit that says WM_STATE must immediately
follow PS_CONSTANTS, which this addresses.  Presumably other units are
roughly the same, too.
src/mesa/drivers/dri/i965/gen6_gs_state.c
src/mesa/drivers/dri/i965/gen6_vs_state.c
src/mesa/drivers/dri/i965/gen6_wm_state.c