[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 28 13:49:19 PDT 2010


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

--- Comment #3 from Chris Rankin <rankincj at googlemail.com> 2010-06-28 13:49:19 PDT ---
In src/gallium/drivers/r300/r300_context.c

static void r300_flush_cb(void *data)
{
    struct r300_context* const cs_context_copy = data;

    cs_context_copy->context.flush(&cs_context_copy->context, 0, NULL);
}

The crash happens when the context.flush function pointer does not contain a
valid value.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the dri-devel mailing list