i965: Update 3DSTATE_CLIP for Broadwell.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 1 Nov 2013 23:29:33 +0000 (16:29 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 1 Feb 2014 01:50:07 +0000 (17:50 -0800)
commit3d3c351cfbeb7c948c474213662499d10447ffab
tree58b6091035388f3a1fb47a9355edd19be28a20ba
parent5c0d7dbcb9575bd8126d4d4ef83753664b848d27
i965: Update 3DSTATE_CLIP for Broadwell.

Broadwell's winding order, polygon fill, and viewport Z test fields have
moved to DWord 1 of 3DSTATE_RASTER.

v2: Add a perf_debug for a future optimization and improve commit
    message (both suggested by Eric Anholt).

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_state_upload.c
src/mesa/drivers/dri/i965/gen6_clip_state.c