On Fri, Jan 17, 2014 at 5:49 PM, Matt Turner <matts...@gmail.com> wrote:
> On Fri, Jan 17, 2014 at 5:21 PM, Kristian Høgsberg <k...@bitplanet.net> wrote:
>> 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 to do this.
>>
>> 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 <k...@bitplanet.net>
>> Review-by: Chad Versace <chad.vers...@linux.intel.com>
>
> Reviewed. :)

Oops, I typoed.  Thanks.

Kristian
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to