i965: Initial Ivybridge CC state setup.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 9 Feb 2011 09:05:40 +0000 (01:05 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 18 May 2011 06:32:59 +0000 (23:32 -0700)
commit24d0ed72c1817b624e3021b12a0987b2c5edd71b
tree6d56d3deeb11402a2050dc56f4576628dfad0b34
parenta924d69b57a82c02f2d4fba3fc0b31bf6a4f744e
i965: Initial Ivybridge CC state setup.

The state itself still seems to be the same; the only change is that
each part (CC, BLEND, DEPTH_STENCIL) can now be uploaded independently.
Thus, we still rely on the code in gen6_cc.c to set up the state.

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_cc_state.c [new file with mode: 0644]