i965: Initial Ivybridge Viewport state setup.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 9 Feb 2011 08:49:59 +0000 (00:49 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 18 May 2011 06:32:59 +0000 (23:32 -0700)
commit18402fbf79e96d7afb6b690906a7656f01a92b9d
tree0d79484f7b159e7a7ca22eefc742c7ab0a483391
parent81fd03fe56372c5c702bf257e821cea71ee25448
i965: Initial Ivybridge Viewport state setup.

SF and CLIP viewport state has been combined into SF_CLIP_VIEWPORT;
SF_CLIP and CC state pointers can now be uploaded independently.

Some portions of the hardware documentation refer to separate upload
commands for SF and CLIP; these are outdated and incorrect.

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/brw_structs.h
src/mesa/drivers/dri/i965/gen7_viewport_state.c [new file with mode: 0644]