https://bugs.freedesktop.org/show_bug.cgi?id=58734
--- Comment #2 from Kenneth Graunke ---
Dungeon Defenders now appears to be playable on Ivybridge.
You need the attached patch (pending an upstream fix) and this one as well:
http://lists.freedesktop.org/archives/mesa-dev/2012-December/032011.ht
Dungeon Defenders hits TexImage()'s try_pbo_upload() path where
image->Width == 2, which doesn't meet intelEmitCopyBlit's requirement
that the pitch needs to be a multiple of 4.
Since intelEmitCopyBlit can already fail for a myriad of other reasons,
and it's not clear that other callers are immune
https://bugs.freedesktop.org/show_bug.cgi?id=58734
--- Comment #1 from Kenneth Graunke ---
Created attachment 72119
--> https://bugs.freedesktop.org/attachment.cgi?id=72119&action=edit
Hack to pretend EXT_bindable_uniform is supported
It looks like most of Dungeon Defenders' shaders try to ena
Since wl_display_dispatch_queue() returns the number of processed events
or -1 on error, only cancel the roundtrip if an -1 is returned.
This also fixes a potential memory corruption bug happening when the
roundtrip does an early return and the callback later writes to the then
out of scope stack
https://bugs.freedesktop.org/show_bug.cgi?id=58734
Andreas Boll changed:
What|Removed |Added
Severity|normal |enhancement
Assignee|dri-devel@