i965: Set up the constant buffer on gen6 when it's needed.
authorEric Anholt <eric@anholt.net>
Tue, 26 Oct 2010 20:15:01 +0000 (13:15 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 26 Oct 2010 20:15:01 +0000 (13:15 -0700)
commit519835de04f39ef8aee61f6ef38e347958d7c52c
treee739657af30e174eca176245204c1194e385b297
parent6488cf46f5f0196745db825fbcd4d3a893ae4d61
i965: Set up the constant buffer on gen6 when it's needed.

This was slightly confused because gen6_wm_constants does the push
constant buffer, while brw_wm_constants does pull constants.
src/mesa/drivers/dri/i965/brw_state_upload.c