Comment 46 for bug 401067

Revision history for this message
Albert Damen (albrt) wrote :

This bug has been fixed upstream. The commit is included in mesa 7.6 branch.

commit 2921a2555d0a76fa649b23c31e3264bbc78b2ff5
Author: Ian Romanick <email address hidden>
Date: Wed Sep 16 07:39:58 2009 -0700

    intel: Deassociated drawables from private context struct in
intelUnbindContext

If this commit is cherry-picked, you will probably also want the follow up fix:

commit 999592745f40a96a7307da374cab4d68254acf75
Author: Michel Dänzer <email address hidden>
Date: Mon Sep 21 10:08:11 2009 +0200

    intel: Fix crash in intel_flush().

    Since commit 2921a2555d0a76fa649b23c31e3264bbc78b2ff5 ('intel: Deassociated
    drawables from private context struct in intelUnbindContext'),
    intel->driDrawable may be NULL in intel_flush().