[Bug 13848] [915GV] Failed to initialize kernel memory manager

2008-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13848 [EMAIL PROTECTED] changed: What|Removed |Added Priority|medium |high --- Comment #7 from [EMAI

[Bug 11131] [wine] Mesa 6.5.2 implementation error: i915_program_error: Exceeded max nr indirect texture lookups

2008-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11131 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|NEW -- Configure bugmail: http://

[Bug 14002] [i965] GL_COMPARE_R_TO_TEXTURE_ARB is not handled well

2008-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14002 --- Comment #1 from [EMAIL PROTECTED] 2008-01-09 18:54 PST --- Created an attachment (id=13632) --> (http://bugs.freedesktop.org/attachment.cgi?id=13632&action=view) test case -- Configure bugmail: http://bugs.freedesktop.org/userp

[Bug 14002] New: [i965] GL_COMPARE_R_TO_TEXTURE_ARB is not handled well

2008-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14002 Summary: [i965] GL_COMPARE_R_TO_TEXTURE_ARB is not handled well Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 13980] Texture Depth Limitations in R200

2008-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13980 --- Comment #1 from [EMAIL PROTECTED] 2008-01-09 16:59 PST --- Created an attachment (id=13627) --> (http://bugs.freedesktop.org/attachment.cgi?id=13627&action=view) simplifed version of the patch this patch version avoids the unnece

[Bug 13992] New: with drm kernel modules from git (2008-01-07), a running glxgears makes the system lock hard after unspecified amount of time

2008-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13992 Summary: with drm kernel modules from git (2008-01-07), a running glxgears makes the system lock hard after unspecified amount of time Product: DRI Version: XOrg CVS

[Bug 13444] xorg crashed when mouse-over bubble of KDE panel displays over GLX application (glxgears)

2008-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13444 --- Comment #5 from [EMAIL PROTECTED] 2008-01-09 08:04 PST --- (In reply to comment #4) > It seems I made a mistake somewhere; the described effect still exists, but > only when using the drm modules from git. This is no longer true.

[Bug 13444] xorg crashed when mouse-over bubble of KDE panel displays over GLX application (glxgears)

2008-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13444 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [patch 1/1] Convert drivers in drivers/char/drm to use .unlocked_ioctl

2008-01-09 Thread Kevin Winchester
On Jan 8, 2008 11:37 PM, Dave Airlie <[EMAIL PROTECTED]> wrote: > > > The drm drivers in this patch all used drm_ioctl to perform their > > ioctl calls. The common function is converted to use lock_kernel() > > and unlock_kernel() and the drivers are converted to use .unlocked_ioctl > > > > NAK >