i965: Move ctx->Const setup from intelInitContext to the new helper.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 3 Jul 2013 01:05:48 +0000 (18:05 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 9 Jul 2013 21:08:47 +0000 (14:08 -0700)
commit99ebf9d07a23b8c920912dc8289d97e17c753ee2
tree00a7277a9a9e3c1418212dc15c8a9c2ba54bf6a3
parent963d9f78a4931b7dd73d904b4c1e5f01010cd477
i965: Move ctx->Const setup from intelInitContext to the new helper.

This also requires moving _mesa_init_point() to after the ctx->Const
initialization.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Chris Forbes <chrisf@ijw.co.nz>
Acked-by: Paul Berry <stereotype441@gmail.com>
Acked-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/intel_context.c