i965: Initial Ivybridge WM/PS state setup.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 3 Feb 2011 00:00:08 +0000 (16:00 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 18 May 2011 06:32:59 +0000 (23:32 -0700)
commita924d69b57a82c02f2d4fba3fc0b31bf6a4f744e
tree514c0bc185cc7d6601b83b06d4e0c4cb6d4d4c19
parent7d608d0c331c101088273655708965fb9f1be56e
i965: Initial Ivybridge WM/PS state setup.

Copied from gen6_wm_state.c.

The main change from Sandybridge seems to be that 3DSTATE_WM was split
into two separate state packet commands: 3DSTATE_WM and 3DSTATE_PS.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/Makefile
src/mesa/drivers/dri/i965/brw_defines.h
src/mesa/drivers/dri/i965/brw_state.h
src/mesa/drivers/dri/i965/brw_state_upload.c
src/mesa/drivers/dri/i965/gen7_wm_state.c [new file with mode: 0644]