intel: Make our context structure be a ralloc context.
authorEric Anholt <eric@anholt.net>
Fri, 6 May 2011 02:01:25 +0000 (19:01 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 11 Jul 2011 16:27:26 +0000 (09:27 -0700)
commit35d5d5df72a2747262e00e521e650c8974d6c64d
tree879becf2abe302aa00be031b9c0f158431c31e89
parentbe8551220cc32736165e081bafb2fa0a45a39993
intel: Make our context structure be a ralloc context.

This will let me hang cached compiler structs off of the context
without having to worry about cleaning them up at destroy time.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i915/i830_context.c
src/mesa/drivers/dri/i915/i915_context.c
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/intel/intel_context.c