aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
diff options
context:
space:
mode:
authorKristian Høgsberg <[email protected]>2014-01-17 16:55:31 -0800
committerKristian Høgsberg <[email protected]>2014-01-19 20:48:19 -0800
commit05da4a7a5e7d5bd988cb31f94ed8e1f053d9ee39 (patch)
treedd82b2ce7709416d448001a503069defda43b53c /src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
parentf5788e042afbb93e693885e90609d552674f9bd2 (diff)
i965: Only update renderbuffers on initial intelMakeCurrent
We call intel_prepare_render() in intelMakeCurrent() to make sure we have renderbuffers before calling _mesa_make_current(). The only reason we do this is so that we can have valid defaults for width and height. If we already have buffers for the drawable we're making current, we don't need this step. In itself, this is a small optimization, but it also avoids a round trip that could block on the display server in a unexpected place. https://bugs.freedesktop.org/show_bug.cgi?id=72540 https://bugs.freedesktop.org/show_bug.cgi?id=72612 Signed-off-by: Kristian Høgsberg <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp_blit.cpp')
0 files changed, 0 insertions, 0 deletions