[Bug 14696] [i965 Openarena] openarena performance drops by 22%

2008-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14696 --- Comment #20 from Shuang He [EMAIL PROTECTED] 2008-03-02 04:51:35 PST --- (In reply to comment #19) (In reply to comment #18) (In reply to comment #17) Created an attachment (id=14734) --

[Bug 14129] R300 regression caused by git change aceccda56b08338e217991e54607f1c9f18fc3e6

2008-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14129 --- Comment #14 from Phil Armstrong [EMAIL PROTECTED] 2008-03-02 05:43:55 PST --- NB. The rendering errors were nothing to do with the prescence or abscence of S3TC, but the symptoms were exactly the same (so presumbly it's another

[Bug 14129] R300 regression caused by git change aceccda56b08338e217991e54607f1c9f18fc3e6

2008-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14129 --- Comment #13 from Phil Armstrong [EMAIL PROTECTED] 2008-03-02 05:27:24 PST --- Addendum: the rendering errors appear to be down to a single patch in mesa. I'll file a separate bug for that. The slowdown with HEAD comes and goes :( --

[Bug 14696] [i965 Openarena] openarena performance drops by 22%

2008-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14696 --- Comment #21 from Shuang He [EMAIL PROTECTED] 2008-03-02 06:03:41 PST --- (In reply to comment #20) (In reply to comment #19) (In reply to comment #18) (In reply to comment #17) Created an attachment (id=14734) --

[Bug 8056] s3tc broken in ut2004

2008-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=8056 --- Comment #41 from Giacomo Perale [EMAIL PROTECTED] 2008-03-02 06:11:17 PST --- what's the current status of these patches? can they go in or is there some problem not reported here? if they just stay in bugzilla eventually they'll bit

DRI Summer of Code ?

2008-03-02 Thread Stephane Marchesin
Hi, I often hear DRI developers talking about how we lack contributors. Well, this is the occasion, I think we could get together and try to propose DRI as a separate organization for the google summer of code (it's also good to have DRI seen as a separate project from the outside, and not just

Re: DRI Summer of Code ?

2008-03-02 Thread Jerome Glisse
On Sun, 2 Mar 2008 19:16:47 +0100 Stephane Marchesin [EMAIL PROTECTED] wrote: Hi, I often hear DRI developers talking about how we lack contributors. Well, this is the occasion, I think we could get together and try to propose DRI as a separate organization for the google summer of code

Re: [BUG/RFC/PATCH] drm: Fix for non-coherent DMA PowerPC

2008-03-02 Thread Benjamin Herrenschmidt
Xorg (v7.1.1, Debian Etch) crashes with this patch (applied to 2.6.25-rc3) on my AmigaOne with a Radeon 9200 (PCIGART mode enabled). See the attached log file for the stack trace. That doesn't look possible, which is weird... looks like we are passing 0 to clean_dcache_range(). Interestingly

Re: DRI Summer of Code ?

2008-03-02 Thread Keith Packard
On Sun, 2008-03-02 at 20:41 +0100, Jerome Glisse wrote: Well i haven't replied on irc because i fear i won't have much time this summer (hoping to finaly take some holidays :)) but i think i can still manage to help someone. My bigest concern is about what kind of project someone with zero

Re: [BUG/RFC/PATCH] drm: Fix for non-coherent DMA PowerPC

2008-03-02 Thread Benjamin Herrenschmidt
Okay, I changed the code to this: DRM_DEBUG(dev = 0x%x, bus_address = 0x%x, bus_to_virt = 0x%lx, max_pages = 0x%x\n, (unsigned int)dev-pdev-dev, bus_address, (unsigned long)virt_to_bus(bus_address), max_pages); if (gart_info-gart_table_location == DRM_ATI_GART_MAIN) {

Re: [BUG/RFC/PATCH] drm: Fix for non-coherent DMA PowerPC

2008-03-02 Thread Benjamin Herrenschmidt
Bah, I think I found the problem: +static inline void *drm_vmalloc_dma(unsigned long size) +{ +#if defined(__powerpc__) defined(CONFIG_NOT_COHERENT_CACHE) + return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, +PAGE_KERNEL | _PAGE_NO_CACHE); +#else + return

Re: DRI Summer of Code ?

2008-03-02 Thread Jerome Glisse
On Sun, 02 Mar 2008 14:37:33 -0800 Keith Packard [EMAIL PROTECTED] wrote: On Sun, 2008-03-02 at 20:41 +0100, Jerome Glisse wrote: Well i haven't replied on irc because i fear i won't have much time this summer (hoping to finaly take some holidays :)) but i think i can still manage to

[Bug 14733] [ARB_fragment_program] Not set ALPHA channel when use state. depth.range

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

[Bug 14733] [ARB_fragment_program] Not set ALPHA channel when use state. depth.range

2008-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14733 WuNian [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #3

[Bug 14344] [Q35 64bit]quake4 hangs X

2008-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14344 Zou Nan hai [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 14344] [Q35 64bit]quake4 hangs X

2008-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14344 Shuang He [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment

[Bug 14677] multi-texture not applied if blend is enabled

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

[Bug 14656] [i965] multiple texture units works incorrect in some case

2008-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14656 haihao [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] ---