Re: [Intel-gfx] [RFC] DRI2 swapbuffers (yes yet again)

2009-05-01 Thread Ville Syrjälä
On Thu, Apr 30, 2009 at 02:39:57PM -0700, Jesse Barnes wrote: > On Fri, 1 May 2009 00:25:54 +0300 > Ville Syrjälä wrote: > > > The completion won't happen until at least 'interval' frames have > > > passed since the flip was queued, so I think the semantics match? > > > > Well I guess it satisfie

[Bug 20935] Perfomance regresion in r300_dri version 7.3 (7.2 is twice faster)

2009-05-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20935 Maciej Cencora changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 10753] GoogleEarth has graphic problems and crashes on Mesa 6.5.3 rc3 (on r300)

2009-05-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10753 --- Comment #2 from Maciej Cencora 2009-05-01 04:20:50 PST --- (In reply to comment #1) > Created an attachment (id=9732) --> (http://bugs.freedesktop.org/attachment.cgi?id=9732) [details] > Google Earth graphic glitches on Mesa 6.5.3 and r

[Bug 20935] Perfomance regresion in r300_dri version 7.3 (7.2 is twice faster)

2009-05-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20935 --- Comment #2 from Maciej Cencora 2009-05-01 04:14:23 PST --- Fixed with 033d1365e6fa6e57bc11b47831af0cb4b7ad2edf in radeon-rewrite branch. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receivi

Re: PROBLEM: 2.6.29.2 - AGP doesn't work anymore on my nforce2

2009-05-01 Thread Jerome Glisse
On Thu, 2009-04-30 at 17:59 -0700, Andrew Morton wrote: > On Thu, 30 Apr 2009 10:51:47 +0200 > Karsten Mehrhoff wrote: > > > [1.] > > PROBLEM: No more agp card functionality with the patch 2.6.29.2 of > > 'a/drivers/char/agp/generic.c' > > > > [2.] > > I compiled the kernel 2.6.29.2 with my .co

Re: PROBLEM: 2.6.29.2 - AGP doesn't work anymore on my nforce2

2009-05-01 Thread dri-devel-bounces
> On Thu, 2009-04-30 at 17:59 -0700, Andrew Morton wrote: >> On Thu, 30 Apr 2009 10:51:47 +0200 >> Karsten Mehrhoff wrote: >> >>> [1.] >>> PROBLEM: No more agp card functionality with the patch 2.6.29.2 of >> 'a/drivers/char/agp/generic.c' >>> >>> [2.] >>> I compiled the kernel 2.6.29.2 with my

[Bug 21501] New: Assertion `lvl->size > 0' failed.

2009-05-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21501 Summary: Assertion `lvl->size > 0' failed. Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Comp

Re: [Intel-gfx] [RFC] DRI2 swapbuffers (yes yet again)

2009-05-01 Thread Stefan Dösinger
Am Donnerstag, 30. April 2009 23:25:54 schrieb Ville Syrjälä: > > > Your interval handling seems to be too harsh. In case you wanted > > > something that can implement GLX_SGI_swap_control then AFAICS the > > > interval should only specify the minimum number of frames that must > > > pass between t

Re: [Intel-gfx] [RFC] DRI2 swapbuffers (yes yet again)

2009-05-01 Thread Jesse Barnes
On Fri, 1 May 2009 04:06:09 +0200 Stefan Dösinger wrote: > Am Donnerstag, 30. April 2009 23:25:54 schrieb Ville Syrjälä: > > > > Your interval handling seems to be too harsh. In case you wanted > > > > something that can implement GLX_SGI_swap_control then AFAICS > > > > the interval should only

Re: [Intel-gfx] [RFC] DRI2 swapbuffers (yes yet again)

2009-05-01 Thread Jesse Barnes
On Fri, 1 May 2009 14:13:16 +0300 Ville Syrjälä wrote: > On Thu, Apr 30, 2009 at 02:39:57PM -0700, Jesse Barnes wrote: > > On Fri, 1 May 2009 00:25:54 +0300 > > Ville Syrjälä wrote: > > > > The completion won't happen until at least 'interval' frames > > > > have passed since the flip was queued

Re: [PATCH] Fix a bug in intelfb initialization.

2009-05-01 Thread Paul Menzel
Dear everyone, do I need to send this somewhere else? Thanks, Paul Am Sonntag, den 26.04.2009, 19:47 +0200 schrieb Paul Menzel: > When changing video timing dynamically via fbset the screen sporadically > is rendered black. > > With the attached fix which disables VCO prior to timing regis

[Bug 21509] New: libdrm's drmOpenOnce() fd cache stale on X server restart

2009-05-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21509 Summary: libdrm's drmOpenOnce() fd cache stale on X server restart Product: DRI Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

Re: [PATCH] Fix a bug in intelfb initialization.

2009-05-01 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Menzel wrote: > Dear everyone, > > do I need to send this somewhere else? Probably to the fbdev mailing list. I don't think anyone on dri-devel actively works on the fbdev-based drivers. https://lists.sourceforge.net/lists/listinfo/linux-fbdev

Re: [PATCH] radeon: fix front-buffer rendering

2009-05-01 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joel Bosveld wrote: > I have copied the changes from intel (to radeon) regarding > DRI2GetBuffersWithFormat. Patches for the ddx and mesa are attached. It > requires the xserver patch here > http://lists.x.org/archives/xorg-devel/2009-April/000779.html

[PATCH] Call down to lower CloseScreen before shutting down DRM allocator

2009-05-01 Thread Keith Packard
Lower level functions will destroy objects that are managed by the DRM allocator, so make sure those are done before the allocator shuts down. Signed-off-by: Keith Packard --- src/i830_driver.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i830_driver.c b/src/

[Bug 21513] New: radeon-rewrite: r200 glDrawArrays without shaders fails

2009-05-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21513 Summary: radeon-rewrite: r200 glDrawArrays without shaders fails Product: DRI Version: DRI CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority:

[Bug 21513] radeon-rewrite: r200 glDrawArrays without shaders fails

2009-05-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21513 --- Comment #1 from Stefan Dösinger 2009-05-01 14:59:14 PST --- Created an attachment (id=25354) --> (http://bugs.freedesktop.org/attachment.cgi?id=25354) glxinfo output -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab

[Bug 21513] radeon-rewrite: r200 glDrawArrays without shaders fails

2009-05-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21513 --- Comment #2 from Stefan Dösinger 2009-05-01 15:03:32 PST --- Software versions used: Mesa: 55db6ce537f1fd9acf205400202abfcc3908d6c3 (radeon-rewrite HEAD) libdrm: 1edb70f1b909d06f1c0ee7c9c794aec99454e488 (modesetting-gem HEAD) DDX-driver

[Bug 21513] radeon-rewrite: r200 glDrawArrays without shaders fails

2009-05-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21513 --- Comment #3 from Stefan Dösinger 2009-05-01 15:12:02 PST --- For testing purposes I hacked radeonCreateScreen2 in radeon_screen.c to enable vertex programs. With a vertex program set the draw call runs without crashing, but many programs

[Bug 21284] [KMS] Radeon rv280 black screen with modeset=1

2009-05-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21284 --- Comment #4 from Andrew Randrianasulu 2009-05-01 14:13:43 PST --- Sorry, it was configuration issue. If i ran "modprobe fbcon" manually - it works. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You a

Re: [Intel-gfx] [RFC] DRI2 swapbuffers (yes yet again)

2009-05-01 Thread Jesse Barnes
On Wed, 29 Apr 2009 18:02:59 -0700 Jesse Barnes wrote: > On Wed, 29 Apr 2009 15:09:33 -0700 > Jesse Barnes wrote: > > I'm still working through mutlihead issues on the kernel side; the > > flip waits should wait for *both* vblank events before completing > > the flip. But other than that, I'm p

Re: [Intel-gfx] [RFC] DRI2 swapbuffers (yes yet again)

2009-05-01 Thread Jakob Bornecrantz
On Fri, May 1, 2009 at 10:19 PM, Jesse Barnes wrote: > On Wed, 29 Apr 2009 18:02:59 -0700 > Jesse Barnes wrote: > >> On Wed, 29 Apr 2009 15:09:33 -0700 >> Jesse Barnes wrote: >> > I'm still working through mutlihead issues on the kernel side; the >> > flip waits should wait for *both* vblank eve

Re: [Intel-gfx] [RFC] DRI2 swapbuffers (yes yet again)

2009-05-01 Thread Jesse Barnes
On Sat, 2 May 2009 00:02:16 +0100 Jakob Bornecrantz wrote: > On Fri, May 1, 2009 at 10:19 PM, Jesse Barnes > wrote: > > On Wed, 29 Apr 2009 18:02:59 -0700 > > Jesse Barnes wrote: > > > >> On Wed, 29 Apr 2009 15:09:33 -0700 > >> Jesse Barnes wrote: > >> > I'm still working through mutlihead iss

Re: [Intel-gfx] [RFC] DRI2 swapbuffers (yes yet again)

2009-05-01 Thread Jesse Barnes
On Fri, 1 May 2009 14:19:29 -0700 Jesse Barnes wrote: > On Wed, 29 Apr 2009 18:02:59 -0700 > Jesse Barnes wrote: > > > On Wed, 29 Apr 2009 15:09:33 -0700 > > Jesse Barnes wrote: > > > I'm still working through mutlihead issues on the kernel side; the > > > flip waits should wait for *both* vbl

[Bug 8273] smooth shading and alpha shading mixed up in r300

2009-05-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=8273 --- Comment #13 from Maciej Cencora 2009-05-01 18:17:28 PST --- Can you reproduce it on current radeon-rewrite branch of mesa? It works for me. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are recei