[Bug 15825] [965] “vertattrib” fai led in Glean test

2008-05-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15825 --- Comment #1 from haihao [EMAIL PROTECTED] 2008-05-07 23:02:49 PST --- I can't reproduce it. Could you try the latest mesa code? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 15825] [965] “vertattrib” fai led in Glean test

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

[Bug 15825] [965] “vertattrib” fai led in Glean test

2008-05-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15825 liuhaien [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED -- Configure

[Bug 15825] [965] “vertattrib” fai led in Glean test

2008-05-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15825 --- Comment #2 from liuhaien [EMAIL PROTECTED] 2008-05-08 00:11:04 PST --- it's ok when using the latest code. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Bug 15851] [i915 i965 32-bit] glean case logicOp failed

2008-05-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15851 --- Comment #3 from Shuang He [EMAIL PROTECTED] 2008-05-08 02:15:25 PST --- Seems this issue only happend when mesa is built with 'make linux-dri-x86' and after some testing, I just found compiler option USE_SSE_ASM trigers this issue. also

[Bug 15850] [i915 i965 32-bit] glean case blendFunc failed

2008-05-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15850 --- Comment #3 from Shuang He [EMAIL PROTECTED] 2008-05-08 02:14:08 PST --- Seems this issue only happend when mesa is built with 'make linux-dri-x86' and after some testing, I just found compiler option USE_SSE_ASM trigers this issue. also

[Bug 10628] New: 2.6.26-rc1-git1 -- trying to get vblank count for disabled pipe 0

2008-05-08 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10628 Summary: 2.6.26-rc1-git1 -- trying to get vblank count for disabled pipe 0 Product: Drivers Version: 2.5 KernelVersion: 2.6.26-rc1-git1 Platform: All OS/Version: Linux

[Bug 10628] 2.6.26-rc1-git1 -- trying to get vblank count for disabled pipe 0

2008-05-08 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10628 --- Comment #1 from [EMAIL PROTECTED] 2008-05-08 12:56 --- The vblank stuff is reverted in Dave's latest DRM update, please re-test. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving

glGenerateMipmapEXT and DRI drivers.

2008-05-08 Thread Dave Airlie
Hi guys, So compiz calls glGenerateMipmapEXT to generate mipmaps for some icons on its switcher, this fails with a NULL src data ptr when running under TTM+DRI2, my initial feeling is that we don't have the miptrees mapped and from looking the texture data ptr is set to NULL. I'm just

libdrm: patch for drmClose memory leak

2008-05-08 Thread Bastian, Waldo
Reported this on April 11 but didn't get any response, so I'm just trying again :-) Valgrind complains about drmHashTable staying around. It's ironic because in my application drmClose creates the hash table and creates an entry for no other purpose than to delete the entry. So my first patch

[Bug 15881] New: [i915 i965] glean case api2/fragProg1/texCombine/ vertProg1 failed with assertion failure

2008-05-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15881 Summary: [i915 i965] glean case api2/fragProg1/texCombine/vertProg1 failed with assertion failure Product: Mesa Version: unspecified Platform: Other

[Bug 15881] [i915 i965] glean case api2/fragProg1/texCombine/ vertProg1 failed with assertion failure

2008-05-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15881 --- Comment #1 from Shuang He [EMAIL PROTECTED] 2008-05-08 19:57:54 PST --- Created an attachment (id=16441) -- (http://bugs.freedesktop.org/attachment.cgi?id=16441) xorg log -- Configure bugmail:

[Bug 15881] [i915 i965] glean case api2/fragProg1/texCombine/ vertProg1 failed with assertion failure

2008-05-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15881 --- Comment #2 from Shuang He [EMAIL PROTECTED] 2008-05-08 19:58:15 PST --- Created an attachment (id=16442) -- (http://bugs.freedesktop.org/attachment.cgi?id=16442) xorg conf -- Configure bugmail:

Re: glGenerateMipmapEXT and DRI drivers.

2008-05-08 Thread Dave Airlie
So compiz calls glGenerateMipmapEXT to generate mipmaps for some icons on its switcher, this fails with a NULL src data ptr when running under TTM+DRI2, my initial feeling is that we don't have the miptrees mapped and from looking the texture data ptr is set to NULL. I'm just

Re: glGenerateMipmapEXT and DRI drivers.

2008-05-08 Thread Dave Airlie
So compiz calls glGenerateMipmapEXT to generate mipmaps for some icons on its switcher, this fails with a NULL src data ptr when running under TTM+DRI2, my initial feeling is that we don't have the miptrees mapped and from looking the texture data ptr is set to NULL. I'm just

Re: glGenerateMipmapEXT and DRI drivers.

2008-05-08 Thread Brian Paul
On Thu, May 8, 2008 at 9:06 PM, Dave Airlie [EMAIL PROTECTED] wrote: So compiz calls glGenerateMipmapEXT to generate mipmaps for some icons on its switcher, this fails with a NULL src data ptr when running under TTM+DRI2, my initial feeling is that we don't have the miptrees mapped and

Re: glGenerateMipmapEXT and DRI drivers.

2008-05-08 Thread Dave Airlie
On the gallium-0.1 branch I added a device driver hook for GenerateMipmap. I think you could cherry-pick that into master. I don't recall if it was one or two commits. Thanks Brian, I've pulled them over, fixed up swrast and checked my patch in for the intel drivers. Dave.

[Bug 15850] [i915 i965] glean case blendFunc failed if compiled with USE_SSE_ASM option

2008-05-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15850 Gordon Jin [EMAIL PROTECTED] changed: What|Removed |Added CC||dri- |

[Bug 15851] [i915 i965] glean case logicOp failed if compiled with USE_SSE_ASM option

2008-05-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15851 Gordon Jin [EMAIL PROTECTED] changed: What|Removed |Added CC||dri- |