i965: Move state setup from brwCreateContext to brw_init_state().
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 26 Sep 2013 19:06:32 +0000 (12:06 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 13 Oct 2013 07:10:44 +0000 (00:10 -0700)
commit220c1e5610faf228e342153e544a3ce9040301a1
treed5370648c804cf3b0669628af854415045eb33cc
parentd31b928b93694de0a1408f36acb675485fea5973
i965: Move state setup from brwCreateContext to brw_init_state().

This seems like a better place for it, and helps clean up
brwCreateContext (which is full of a lot of random stuff).

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_state_upload.c