intel: Call _mesa_make_current() after getting initial buffers
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 18 Mar 2010 02:44:58 +0000 (22:44 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 18 Mar 2010 13:53:41 +0000 (09:53 -0400)
commit38bd7282f2c2d28681f1c242545727e4c36df113
treefbc54f61c9441eb10b794127dd4c0a927bcee68a
parent05a980ac2a6b74af0436c1bb15c986a8160ec2eb
intel: Call _mesa_make_current() after getting initial buffers

The default viewport is the window rectangle, which is set up by
_mesa_make_current().  To be able to do that we need to get the
window dimension (and buffers) first, so we have to call
intel_prepare_render() before we can call into _mesa_make_current().

Fixes #26676 and #26678.
src/mesa/drivers/dri/intel/intel_context.c