Comment 6 for bug 1289049

Revision history for this message
Chris Wilson (ickle) wrote :

This will report the failure back to the client for trying to create an OpenGL window for something far beyond its hardware restrictions:

commit 78970676e79d462cf99509012db54479ba93c01a
Author: Chris Wilson <email address hidden>
Date: Tue Mar 11 07:33:09 2014 +0000

    sna: Be defensive when applying size restrictions to bo

    The assumption that all paths prevalidate the restrictions upon creation
    the bo are false. Some important paths try to force the bo creation in
    order to meet client expectations (e.g. DRI). So we are faced with
    impossible requests which must fail, so make sure we do report those
    failures.

    Bugzilla: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1289049
    Signed-off-by: Chris Wilson <email address hidden>