i965: Merge intel_context.c into brw_context.c.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 27 Sep 2013 21:36:49 +0000 (14:36 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 13 Oct 2013 07:10:44 +0000 (00:10 -0700)
commit0138fd46104850afe2e86483f3d3a436007b2c12
treec7c72694e2e592cde720b071a6d5e2f0e99d6091
parent8d315b25830de88108a87b2d555d54f7691e7983
i965: Merge intel_context.c into brw_context.c.

There's no point in having two files for context functions.  This patch
moves the code from intel_context.c into brw_context.c unmodified
(other than whitespace fixes).

Right now, this looks silly; future patches will merge functions and
tidy things up.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/intel_context.c [deleted file]