[Bug 74083] [regression,i965] 11baad35 breaks switching drawables

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 5 11:50:59 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=74083

Kristian Høgsberg <krh at bitplanet.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Kristian Høgsberg <krh at bitplanet.net> ---
Pushed to master:

commit 44338cd826623ae0675861015a56c528261f3fd3
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Wed Feb 5 10:59:02 2014 -0800

    i965: Move intel_prepare_render() above first buffer access

    The driver is supposed to ensure buffers before any drawing operation, but
in
    do_blit_drawpixels() and do_blit_copypixels() we inspect the buffer format
    before calling intel_prepare_render().  That was covered up by the
    unconditional call to intel_prepare_render() in intelMakeCurrent(), but we
    now only do this on the initial intelMakeCurrent call for a context
    (to get the size for the initial viewport values).

    https://bugs.freedesktop.org/show_bug.cgi?id=74083

    Signed-off-by: Kristian Høgsberg <krh at bitplanet.net>
    Tested-by: Alexander Monakov <amonakov at gmail.com>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20140205/63429d78/attachment.html>


More information about the intel-3d-bugs mailing list