[Bug 20607] FlightGear asserts and aborts in r300_mipmap_tree.c: calculate_miptree_layout

2009-03-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20607 Julien Cristau changed: What|Removed |Added AssignedTo|xorg-driver-...@lists.x.org |dri- |

[Bug 12419] possible circular locking dependency on i915 dma

2009-03-11 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12419 --- Comment #10 from e...@anholt.net 2009-03-11 12:37 --- untested patch in my for-review branch: commit 891d7ad89882bd81377f09b6dd5823686cc6ba07 Author: Eric Anholt Date: Wed Mar 11 12:30:04 2009 -0700 drm/i915: Fix lock order

[Bug 17099] Selection in a game does not work: RenderMode != GL_RENDER

2009-03-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17099 --- Comment #22 from MM 2009-03-11 06:39:20 PST --- Still there using version 6.11.0-1ubuntu5 on a Ubuntu 9.04 installation, RS482 [Radeon Xpress 200M]. Performance of glxgears has also dropped by factor 3 now, but that is probably another is

[Bug 12769] 3D performance gets very choppy after suspend/resume cycle (intel video)

2009-03-11 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12769 --- Comment #5 from auslands...@gmx.de 2009-03-11 01:57 --- Hi Sergio Well, I'm by far no expert here, but it seems strange to me that the problem may lie in Mesa 7.3 or libdrm as there are no problems with just the same Mesa/libdrm un

Re: [PATCH] drm: edid revision 0 is valid

2009-03-11 Thread Jamie Lokier
Kyle McMartin wrote: > - if (edid->revision <= 0 || edid->revision > 3) { > + if (edid->revision > 3) { > DRM_ERROR("EDID has minor version %d, which is not between > 0-3\n", edid->revision); > goto bad; Ahem. EDID version 1.4 exists too, in fact it's the curr