intel: Remove silly check for !bufmgr.
authorEric Anholt <eric@anholt.net>
Thu, 26 Sep 2013 23:57:17 +0000 (16:57 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 10 Oct 2013 23:34:30 +0000 (16:34 -0700)
commit18a8f31070def704ad65c86166eaadc6e1c3349c
tree32ac71aab9beccc78209bea5e3b22ef31d46d46b
parent083f66fdd6451648fe355b64b02b29a6a4389f0d
intel: Remove silly check for !bufmgr.

If bufmgr didn't get created, then screen creation failed, and we never
should have got here in the first place.  This was added by Chris Wilson
in 2010 with no explanation for why it would be needed.

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