[Bug 10494] OpenGL apps under X11 show black screen, rendering is slow

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

[Bug 13425] on intel 945GM, xorg hard-locks when having glxgears and a custom-glx-application running

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13425 --- Comment #1 from [EMAIL PROTECTED] 2008-01-08 02:43 PST --- this effect still persists with the following setup: linux kernel 2.6.23.12 xorg (drm, libs, xserver, drivers, pixman) from git (2008-01-07) Mesa from git (2008-01-07) h

[Bug 11877] texture_srgb glGetTexImage failed for internalFormat GL_SRGB_EXT

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11877 --- Comment #8 from [EMAIL PROTECTED] 2008-01-08 07:10 PST --- In comment #7, which driver are you using? In any case, I think the test program has a bug. I think you want to set the pixel pack/unpack alignment values to 1: glPixe

[Bug 13628] blender crashes on loading with segmentation fault

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13628 --- Comment #7 from [EMAIL PROTECTED] 2008-01-08 07:23 PST --- I got this answer from redhat bugzilla where i submited this bug too: "sudo yum upgrade mesa-libGL --enablerepo=updates-testing That fixes the issue. The new mesa hasn't

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

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11131 --- Comment #12 from [EMAIL PROTECTED] 2008-01-08 09:15 PST --- I got the same error with paintball two after playing for about a minute or two, its freely available at http://digitalpaint.planetquake.gamespy.com/files/ if you want to

[Bug 13902] [915-TTM] ARB_texture_rectangle segment fault when teximage's height is 0

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

[Bug 13628] blender crashes on loading with segmentation fault

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

[Bug 13915] glDrawPixels segment fault if format is GL_DEPTH_COMPONENT and DrawBuffer set to GL_NONE

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

[Bug 13916] [i965 vertex program] operation SGE/SLT works incorrectly

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

[Bug 13488] DRI Wiki Maintainance

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13488 --- Comment #8 from [EMAIL PROTECTED] 2008-01-08 19:09 PST --- Great! I can sometimes be found on #dri-devel and #freedesktop if anything is needed. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- Y

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

2008-01-08 Thread Dave Airlie
> 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 I've started looking at this already in the drm git tree, I'm going to prov

[PATCH] i915: add new chipset id

2008-01-08 Thread Zhenyu Wang
Dave, This adds new chipset id in drm. Thanks. Signed-off-by: Zhenyu Wang <[EMAIL PROTECTED]> --- diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c index d3a4ab3..a8ce0f5 100644 --- a/linux-core/i915_drv.c +++ b/linux-core/i915_drv.c @@ -330,7 +330,7 @@ static int i915_suspend(struct

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

2008-01-08 Thread Kevin Winchester
To: David Airlie <[EMAIL PROTECTED]> Cc: dri-devel@lists.sourceforge.net Cc: Andi Kleen <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] 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_k

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

2008-01-08 Thread Andi Kleen
On Wed, Jan 09, 2008 at 03:37:50AM +, Dave Airlie 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 D

[Bug 13980] New: Texture Depth Limitations in R200

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13980 Summary: Texture Depth Limitations in R200 Product: Mesa Version: unspecified Platform: All OS/Version: All Status: NEW Severity: major Priority: medium Com

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

2008-01-08 Thread Dave Airlie
> On Wed, Jan 09, 2008 at 03:37:50AM +, Dave Airlie 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 > > >

[Bug 13922] Failed to initialize TTM buffer manager

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13922 --- Comment #7 from [EMAIL PROTECTED] 2008-01-08 21:02 PST --- Have you tried the tip? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assign

[Bug 13981] New: [i915]"intel_bufmgr_ttm.c:667: Error -16 waiting for fence fence buffers" when interval running glxgears

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13981 Summary: [i915]"intel_bufmgr_ttm.c:667: Error -16 waiting for fence fence buffers" when interval running glxgears Product: Mesa Version: CVS Platform: All OS/Version: Linux (All

[Bug 13981] [i915]"intel_bufmgr_ttm.c:667: Error -16 waiting for fence fence buffers" when interval running glxgears

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13981 --- Comment #1 from [EMAIL PROTECTED] 2008-01-08 21:34 PST --- Created an attachment (id=13604) --> (http://bugs.freedesktop.org/attachment.cgi?id=13604&action=view) xorg log file -- Configure bugmail: http://bugs.freedesktop.org/u

[Bug 13981] [i915] interval running glxgears gets abort with "intel_bufmgr_ttm.c:667: Error -16 waiting for fence fence buffers"

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13981 [EMAIL PROTECTED] changed: What|Removed |Added Keywords||regression Summary|[i915]"

[Bug 13981] [i915] interval running glxgears gets abort with "intel_bufmgr_ttm.c:667: Error -16 waiting for fence fence buffers"

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13981 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment

[Bug 13922] Failed to initialize TTM buffer manager

2008-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13922 --- Comment #8 from [EMAIL PROTECTED] 2008-01-08 22:19 PST --- The log shows: (EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/i915_dri.so: undefined symbol: __driCreateNewScreen_20050727) You need use xs