Re: [rfc][patch 1/3] mm: vmap rewrite

2008-07-28 Thread Robin Holt
> After: > 78406 total 0.0081 > 40053 default_idle 89.4040 > 33576 ia64_spinlock_contention 349.7500 > 1650 _spin_lock17.1875 Here is a patch that will unroll those two sample an

[Bug 13801] [i965 FBO GEM] render to Mipmap texture through FBO is not working

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13801 Michael Fu <[EMAIL PROTECTED]> changed: What|Removed |Added Summary|[i965 FBO] render to Mipmap |[i965 FBO GEM] render to

[Bug 13759] [i965 FBO GEM] render to 1D texture work incorrecly

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13759 Michael Fu <[EMAIL PROTECTED]> changed: What|Removed |Added Summary|[i965 FBO] render to 1D |[i965 FBO GEM] render to

[Bug 13759] [i965 FBO] render to 1D texture work incorrecly

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13759 --- Comment #3 from Shuang He <[EMAIL PROTECTED]> 2008-07-28 19:19:56 PST --- This issue still exists with latest GEM -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Bug 16880] [945] low performance when playing ut2004

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16880 --- Comment #1 from lin, jiewen <[EMAIL PROTECTED]> 2008-07-28 19:18:41 PST --- This issue also exits when playing doom3-demo. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail be

[Bug 15380] [i915 i965 FBO] glFramebufferTexture2D Segmentation fault in some case

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15380 Shuang He <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #

[Bug 15380] [i915 i965 FBO] glFramebufferTexture2D Segmentation fault in some case

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15380 Shuang He <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED Resoluti

[Bug 16880] New: [945] low performance when playing ut2004

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16880 Summary: [945] low performance when playing ut2004 Product: Mesa Version: 7.0.3 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: m

[Bug 13801] [i965 FBO] render to Mipmap texture through FBO is not working

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13801 --- Comment #2 from Shuang He <[EMAIL PROTECTED]> 2008-07-28 18:49:27 PST --- This issue still exist with latest GEM -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 16697] depth texture implement incorrect if texture border is applied

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16697 WuNian <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|VERIFIED -- Configure bu

[Bug 16850] Spurious "No irq handler for vector" kernel warnings

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16850 --- Comment #10 from Nikos Chantziaras <[EMAIL PROTECTED]> 2008-07-28 16:10:17 PST --- (In reply to comment #9) > (In reply to comment #5) > > I just went on and completely disabled DRM in the kernel and loaded the > > proprietary fglrx drive

Re: [PATCH 1/1 repost #1] DRM: don't enable irqs in locking

2008-07-28 Thread Thomas Hellström
Dave Airlie wrote: > On Fri, Jul 25, 2008 at 6:42 PM, Jiri Slaby <[EMAIL PROTECTED]> wrote: > >> drm_lock_take(); and drm_lock_free(); are called from >> drm_locked_tasklet_func(); which disables interrupts when grabbing its >> spinlock. >> >> Don't allow these locking functions to re-enable int

[rfc][patch 3/3] xfs: use new vmap API

2008-07-28 Thread Nick Piggin
Implement XFS's large buffer support with the new vmap APIs. See the vmap rewrite patch for some numbers. Signed-off-by: Nick Piggin <[EMAIL PROTECTED]> --- Index: linux-2.6/fs/xfs/linux-2.6/xfs_buf.c === --- linux-2.6.orig/fs/xfs/l

[rfc][patch 2/3] xfs: remove vmap cache

2008-07-28 Thread Nick Piggin
XFS's vmap batching simply defers a number (up to 64) of vunmaps, and keeps track of them in a list. To purge the batch, it just goes through the list and calls vunamp on each one. This is pretty poor: a global TLB flush is still performed on each vunmap, with the most expensive parts of the opera

[rfc][patch 1/3] mm: vmap rewrite

2008-07-28 Thread Nick Piggin
Hi all, I plan to submit my vmap rewrite to -mm. Although I am not planning to submit fsblock to be merged, I figure that at least XFS wants a fast, scalable vmap in some configurations. Others may want as well (didn't look too hard, but the DRM subsystem needs or will need much better performance

[Bug 12240] Regression, maniadrive very slow (rast fallback?) and wrongly rendered

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12240 --- Comment #10 from Hans de Goede <[EMAIL PROTECTED]> 2008-07-28 02:29:44 PST --- Erm, Yes it does now a days, thanks to a patch I've written which found its way into Mesa through Airlied, sorry for not closing this myself. -- Configure

[Bug 10211] Possible correction for r300_pacify' s R300_RB3D_DSTCACHE_CTLSTAT write

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10211 --- Comment #3 from Nicolai Hähnle <[EMAIL PROTECTED]> 2008-07-28 02:29:07 PST --- I'm always suspicious about changes in this area that are based on hearsay. Note that those comments in r300_reg.h are way older than AMD's spec releases; they

[Bug 12240] Regression, maniadrive very slow (rast fallback?) and wrongly rendered

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12240 Michel Dänzer <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED Reso

[Bug 8489] Blue patches in textures with r300

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=8489 --- Comment #27 from Michel Dänzer <[EMAIL PROTECTED]> 2008-07-28 01:43:07 PST --- Is this still an issue? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You ar

[Bug 10211] Possible correction for r300_pacify' s R300_RB3D_DSTCACHE_CTLSTAT write

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10211 --- Comment #2 from Michel Dänzer <[EMAIL PROTECTED]> 2008-07-28 01:40:30 PST --- Is this still relevant? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You ar

[Bug 16850] Spurious "No irq handler for vector" kernel warnings

2008-07-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16850 --- Comment #9 from Michel Dänzer <[EMAIL PROTECTED]> 2008-07-28 00:45:28 PST --- (In reply to comment #5) > I just went on and completely disabled DRM in the kernel and loaded the > proprietary fglrx driver instead to see what happens. The