Re: KMS with Xorg on G45 failing

2009-01-26 Thread Mike Lothian
Hi I've got good news, with the extra patches that appeared in the next tree the other day, KMS works perfectly on my system. That's vt's and x at the correct resolution my pointer showing on X and smooth, flicker free transitions between vt's and Y. Good job! I've been waiting for this since i

[Bug 8732] Composite breaks OpenGL

2009-01-26 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=8732 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added CC|

[Bug 19366] [Ubuntu][Openarena 0.8.0]: When enabled BLOOM option, the FPS drops to 1 and system response is very less

2009-01-26 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19366 --- Comment #8 from Roland Scheidegger srol...@tungstengraphics.com 2009-01-26 06:17:54 PST --- (In reply to comment #7) (In reply to comment #6) can you please be more clear how we can solve the problem? It's a software limitation at

Re: [git pull] drm-fixes

2009-01-26 Thread Linus Torvalds
Dave, you have some odd and slightly git usage model, which shows up in various commits. Lookie here as an example from comit 335041ed: Author: Jesse Barnes jbar...@virtuousgeek.org 2009-01-22 04:22:06 Committer: Dave Airlie airl...@redhat.com 2009-01-22 04:22:06

[Bug 17099] Selection in a game does not work: RenderMode != GL_RENDER

2009-01-26 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17099 --- Comment #21 from Mihail Zenkov mihail.zen...@gmail.com 2009-01-26 14:37:32 PST --- I get the message with Mesa progs/samples/select with and without the patch on r300 (RV350 AS [Radeon 9550]) but colour changes. Wath message? This patch

Re: [git pull] drm-fixes

2009-01-26 Thread Dave Airlie
On Tue, Jan 27, 2009 at 4:23 AM, Linus Torvalds torva...@linux-foundation.org wrote: Dave, you have some odd and slightly git usage model, which shows up in various commits. Lookie here as an example from comit 335041ed: Author: Jesse Barnes jbar...@virtuousgeek.org 2009-01-22

Re: [git pull] drm-fixes

2009-01-26 Thread Linus Torvalds
On Mon, 26 Jan 2009, Sam Ravnborg wrote: Well I'm not 100% sure what happened for this patch, I suspect, jbarnes sent patch a week or two ago, it misapplied against the tree I had currently when applied with git-am, it didn't work so I hand applied the patch with patch and then did

Re: [git pull] drm-fixes

2009-01-26 Thread Linus Torvalds
On Mon, 26 Jan 2009, Linus Torvalds wrote: There must be easier ways to do so I think. Um. Yes. Something like git am -s -C1 which ends up requiring just a single line of context for the patch to apply, exactly like the GNU 'patch' program. The difference being that GNU

Re: [git pull] drm-fixes

2009-01-26 Thread Sam Ravnborg
Well I'm not 100% sure what happened for this patch, I suspect, jbarnes sent patch a week or two ago, it misapplied against the tree I had currently when applied with git-am, it didn't work so I hand applied the patch with patch and then did git commit --author=jbarnes as he did write it,

Re: [Intel-gfx] [PATCH] add fence register management to execbuf

2009-01-26 Thread Jesse Barnes
On Friday, January 23, 2009 4:25 pm Eric Anholt wrote: On Fri, 2009-01-23 at 14:12 -0800, Jesse Barnes wrote: Adds code to set up fence registers at execbuf time on pre-965 chips as necessary. Also fixes up a few bugs in the pre-965 tile register support (get_order != ffs). The number

Re: [Intel-gfx] [PATCH] support tiled rendering in 2D driver

2009-01-26 Thread Jesse Barnes
On Monday, January 26, 2009 5:14 pm Jesse Barnes wrote: On Friday, January 23, 2009 5:57 pm Eric Anholt wrote: On Fri, 2009-01-23 at 16:24 -0800, Eric Anholt wrote: On Fri, 2009-01-23 at 14:15 -0800, Jesse Barnes wrote: Set alignments, tile settings and flags correctly in the 2D driver

Re: [git pull] drm-fixes

2009-01-26 Thread Johannes Weiner
On Mon, Jan 26, 2009 at 10:52:35PM +0100, Sam Ravnborg wrote: Well I'm not 100% sure what happened for this patch, I suspect, jbarnes sent patch a week or two ago, it misapplied against the tree I had currently when applied with git-am, it didn't work so I hand applied the patch with